List

List is a simple data structure that link data elements in a linear form which sort of resemble arrays. If the size of the list is 0, we could say that the list is empty.

List can be used for:

  • polynomial calculation/manipulation
  • 202203041801
  • multi-lists

There are several implementation of list:

Links to this page
#data-structure #list