Description: According to abstract data types defined linear form, any one of the chain structure to achieve the following linear form, and complete the basic functions of the linear form.
Linear table storage structure (V choose one):
1, the lead single list node
2, do not take the lead node single list
3, circular list
4, the doubly linked list
5, static chain
The basic function of the linear form:
1, Construction: interpolation method using head, tail interpolation of two ways
2, insert: requirements established by keyword list small to large order
3, delete
4. Find: Find by location and by value lookup
5. Get the list length
6, destruction
Write test main () function to test the correctness of the linear form.
Note: When exception processing captured string information, please use the catch (const char* s) form, there would be an exception error.
To Search:
File list (Check if you may need any files):
Chp2 线性表\ConsoleApplication1\ConsoleApplication1\ConsoleApplication1.vcxproj
...........\...................\...................\ConsoleApplication1.vcxproj.filters
...........\...................\...................\Debug\ConsoleA.84A802BF.tlog\CL.read.1.tlog
...........\...................\...................\.....\......................\CL.write.1.tlog
...........\...................\...................\.....\......................\ConsoleApplication1.lastbuildstate
...........\...................\...................\.....\......................\link.read.1.tlog
...........\...................\...................\.....\......................\link.write.1.tlog
...........\...................\...................\.....\ConsoleApplication1.log
...........\...................\...................\.....\Source.obj
...........\...................\...................\.....\vc120.idb
...........\...................\...................\.....\vc120.pdb
...........\...................\...................\Source.cpp
...........\...................\ConsoleApplication1.sdf
...........\...................\ConsoleApplication1.sln
...........\...................\ConsoleApplication1.v12.suo
...........\...................\Debug\ConsoleApplication1.exe
...........\...................\.....\ConsoleApplication1.ilk
...........\...................\.....\ConsoleApplication1.pdb
...........\单链表\Debug\单链表.exe
...........\......\.....\单链表.ilk
...........\......\.....\单链表.pdb
...........\......\单链表\Debug\Source.obj
...........\......\......\.....\vc120.idb
...........\......\......\.....\vc120.pdb
...........\......\......\.....\单链表.log
...........\......\......\.....\.......tlog\CL.read.1.tlog
...........\......\......\.....\...........\CL.write.1.tlog
...........\......\......\.....\...........\link.read.1.tlog
...........\......\......\.....\...........\link.write.1.tlog
...........\......\......\.....\...........\单链表.lastbuildstate
...........\......\......\Source.cpp
...........\......\......\单链表.vcxproj
...........\......\......\单链表.vcxproj.filters
...........\......\单链表.sdf
...........\......\单链表.sln
...........\......\单链表.v12.suo
...........\顺序表例1\Debug\顺序表例1.exe
...........\.........\.....\顺序表例1.ilk
...........\.........\.....\顺序表例1.pdb
...........\.........\顺序表例1\Debug\Source.obj
...........\.........\.........\.....\vc120.idb
...........\.........\.........\.....\vc120.pdb
...........\.........\.........\.....\顺序表例1.log
...........\.........\.........\.....\..........tlog\CL.read.1.tlog
...........\.........\.........\.....\..............\CL.write.1.tlog
...........\.........\.........\.....\..............\link.read.1.tlog
...........\.........\.........\.....\..............\link.write.1.tlog
...........\.........\.........\.....\..............\顺序表例1.lastbuildstate
...........\.........\.........\SeqList.h
...........\.........\.........\Source.cpp
...........\.........\.........\顺序表例1.vcxproj
...........\.........\.........\顺序表例1.vcxproj.filters
...........\.........\顺序表例1.sdf
...........\.........\顺序表例1.sln
...........\.........\顺序表例1.v12.suo
...........\.........x\顺序表例1x\Debug\vc120.idb
...........\..........\..........\.....\vc120.pdb
...........\..........\..........\.....\顺序表例1x.log
...........\..........\..........\.....\...........tlog\CL.read.1.tlog
...........\..........\..........\.....\...............\CL.write.1.tlog
...........\..........\..........\.....\...............\unsuccessfulbuild
...........\..........\..........\.....\...............\顺序表例1x.lastbuildstate
...........\..........\..........\SeqList.h
...........\..........\..........\Source.cpp
...........\..........\..........\顺序表例1x.vcxproj
...........\..........\..........\顺序表例1x.vcxproj.filters
...........\..........\顺序表例1x.sdf
...........\..........\顺序表例1x.sln
...........\..........\顺序表例1x.v12.suo
...........\ConsoleApplication1\ConsoleApplication1\Debug\ConsoleA.84A802BF.tlog
...........\单链表\单链表\Debug\单链表.tlog
...........\顺序表