Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I need an open source program that use dijkstra algoritm.
I dont need a project that implement only the dijkstra algoritm, i need a software that use dijkstra algoritm to calculate sth for its purpose, something like a mobile GPS software or a PC one.

share|improve this question
1  
code.google.com/p/ngenerics/wiki/Djikstra Here you go. Took me 30 sec on Google :) – Skurmedel May 30 '11 at 15:12
2  
Stack Overflow is a place to ask questions about specific programming problems. This question (like your other one) is just asking for the community to hand you the code for an application without having done any upfront work yourself. – Kev May 30 '11 at 15:33

closed as not a real question by yan, keyboardP, Toon Krijthe, Neil Butterworth, Kev May 30 '11 at 15:33

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Take a look here:

Breadth and depth first search - part 2

Dijkstra's algorithm is being used to calculate the ShortestPath between two cities...

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.