Hi

Can anyone give C++ Implementation code to find shortest path between two Nodes.

I am using Dijiktrax algorithm,,But for Graph which has 12,000 nodes its taking too much time to execute.

Can we use any other algorithm to find shortest path.

Please help me on this ..

Thank You.