Description: //The order of table creation, search, insert and delete# Include <stdio.h># Include <malloc.h># Include <stdlib.h># Define ListSize 100// maximum length of table// structure definition typedef struct SeqList (int node [ListSize]// store table Node int length// length of the current table) SeqList// insert elements insertList (SeqList* list, int e) (int i = list-> length-1// first will i designated as the last if (i> = ListSize-1)// table has reached the maximum length ListSize (printf ( table is full, can not add new items! )
To Search:
File list (Check if you may need any files):
shunxu.c