Description: Chain queue is different from the circular array queue forms. Elements in the queue to the Node form of storage. Stored in the node Node element of this node is stored in the queue and a pointer to the next element. Chain queue needs to be saved to point to data members of the team head and tail pointers.
To Search:
File list (Check if you may need any files):
polynomial
..........\Debug
..........\.....\polynomial.exe
..........\.....\polynomial.ilk
..........\.....\polynomial.pdb
..........\polynomial
..........\polynomial.ncb
..........\polynomial.sln
..........\polynomial.suo
..........\..........\Debug
..........\..........\.....\BuildLog.htm
..........\..........\.....\linked_queue.obj
..........\..........\.....\mt.dep
..........\..........\.....\node.obj
..........\..........\.....\polynomial.exe.embed.manifest
..........\..........\.....\polynomial.exe.embed.manifest.res
..........\..........\.....\polynomial.exe.intermediate.manifest
..........\..........\.....\polynomial.obj
..........\..........\.....\term.obj
..........\..........\.....\try_polynomial.obj
..........\..........\.....\vc90.idb
..........\..........\.....\vc90.pdb
..........\..........\linked_queue.cpp
..........\..........\linked_queue.h
..........\..........\node.cpp
..........\..........\node.h
..........\..........\polynomial.cpp
..........\..........\polynomial.h
..........\..........\polynomial.vcproj
..........\..........\polynomial.vcproj.PC2010031614HZV.Administrator.user
..........\..........\term.cpp
..........\..........\term.h
..........\..........\try_polynomial.cpp