Hello. I have been studying Dijkstra's algorithm. It looks like every example of its use (that I found) is in a CLI program.
Is there an example, that I can study and modify, of a small map (10 squares by 10 squares)? I would like to be able to weight each square and graphically see the result.
Just C++ please. No Visual C++.
Thank you.
Using the following graphic.