|
hi
I got 2 small projects on C++ data strucures...
pls downld the here
http://thatzme.com/project.ppt
I'm a little lost as to how to do them...
Any help will be highly needed...
thx
Danny
|
|
|
In the former you'd be using linked lists and vectors (or arrays), whatever type of container you'd be sorting; in the latter you'd be implementing Dijkstra's algorithm (which uses a queue and an array for keeping track of information, in addition to whatever datastructure contains the graph).
You of course need to understand how these algorithms work.
|
|
|
|
|
|
|
// |