I'm developing a GPS system. The aim is to develop algorithms that are more appropriate to solve the problem. I'm using Dijkstra and A* and now on my report I need to make some theory around it and show which one is the best.
I have a map full of vertexes and edges (streets), and I'd like to know how do I compare both algorithms in a way I can show why one is better than the other and why.
I'm asking this because when I run Dijkstra it will get the path for all vertexes so it's probably the same even if I increase the path between the points I want to know which is the way I thought would be good to test A*. Is there a way I can get a comparable term?