Description: According to the linear form of abstract data type definition, select a chain structure to achieve any of the following linear form, and complete the basic functions of the linear form. Linear table storage structure (five choose one): 1, the lead single linked list nodes 2, do not take the lead in a single linked list nodes 3, 4 circular list, double-linked list five basic functions of linear static list table: 1, Construction: Use Head interpolation method, two methods tail interpolation 2, insert: in accordance with the requirements established in the keyword list from small to large order 3, 4 deleted, find 5 to get the list length 6, 7 destroyed, other: You can define your own writing test main () function to test the accuracy of the linear form
To Search:
File list (Check if you may need any files):
linklist.cpp