03_ linear table

Linear table is the most basic structure of this data, the actual procedure is widely used, it is often the foundation to achieve more sophisticated use of data structures

The actual linear form of storage, is divided into two models to achieve:

  • Sequence table : The elements are sequentially stored in a contiguous memory area, the sequence relationship between elements expressed by their natural storage order.
  • List : an element stored in the memory block through a series of linked up configuration.

Guess you like

Origin www.cnblogs.com/nichengshishaonian/p/11576091.html