Description: Linear table data structure to achieve the order form of the C language, the order of the table is expressed by a set of contiguous memory storage unit in order of the linear table data elements, so the realization of sequence structure generally use the array to realize the dynamic allocation of storage space, but also the way. In the definition, a ElemType * elem is used to represent the base address, int length represents the current length, and int listsize denotes the size of the array.
To Search:
File list (Check if you may need any files):
Filename | Size | Date |
---|
线性表的实现.c | 5239 | 2017-11-19 |