|
can anyone be so kind and help me in making a "fastest route" C++ program? i badly need a sample program..anything simple will do. I just need something that can help me get started..pls pls pls help me!
|
|
|
Ok, first of all its no good just asking for a fastest route program, you will need to specify which algorithm you will want to use, such as a*, depth first, breadth first, Dykstra's Algorithm etc. I would research this, understand the algorithm then it would be easier to help.
Plus look for open source code, study it see how it works and create your own version.
Hope this helps.
|
|
|
|
|
|
|
|