Description: Data structure design question after class II (2009-06-17 23:19:42) reproduced Tags: Chapter topics for classification of data structures: programming ◆ 2.11 ② based order form elements of L in increasing order of data. Try to write a method, the L x inserted into the proper position and keep the table ordered. Required to achieve the following functions: void InsertOrderList (SqList & L, ElemType x) the order of the table type definition is as follows: typedef struct (ElemType* elem int length int listsize ) SqList
File list (Check if you may need any files):
Data_struct_2.txt