I want to create a directed weighted graph and then run dijkstra algorithm and A* algorithm. I can use if I want graph libraries, And I can write it with c++ or java. What is the best way to do it? can you recommend a good graph libary?
Asked
Active
Viewed 86 times
1 Answers
1
Go ahead and use libraries. People get PhDs creating them and work in labs and research centres to improve them. It's their job.
Here is the link related to java: Good Java graph algorithm library? Here is c++: List of C++ libraries for Graph Theory

Serhii Povísenko
- 3,352
- 1
- 30
- 48