Description: Experiment: chain of basic operations to achieve [Problem Description] select chain storage structure as a linear table storage structure, design a program to achieve the basic operation of the linear form (including the establishment of output, insert, delete, find, find the table long and inverse set of linked lists, etc.) experiment one, will do the contents of the menu: 1. initialize the establishment of the list 2.1 into 2.2 build chain insertion build chain. insertion 4. delete 5 Find 6 output table length (ie, the number of elements in the table) 7. linked list of elements of the inverse set 8. exit
To Search:
File list (Check if you may need any files):
link.cpp
main.cpp