Open Access. Powered by Scholars. Published by Universities.®

Computer Engineering Commons

Open Access. Powered by Scholars. Published by Universities.®

University of Denver

Theses/Dissertations

2017

Computer Science

Articles 1 - 1 of 1

Full-Text Articles in Computer Engineering

Explaining The Performance Of Bidirectional Dijkstra And A* On Road Networks, Sneha Sawlani Jan 2017

Explaining The Performance Of Bidirectional Dijkstra And A* On Road Networks, Sneha Sawlani

Electronic Theses and Dissertations

The heuristic search community traditionally uses A* as the baseline algorithm for their research methods. Research papers in the road networks community, however, often build upon Dijkstra's algorithm and use Bidirectional Dijkstra's algorithm as their baseline. This thesis investigates the performance of A* and Bidirectional Dijkstra in road networks to see how they compare and to see if there is a principled explanation for the different approaches. Our analysis reveals why Bidirectional Dijkstra can perform well in this domain, but also shows a simple mistake that can be made when building test problems that hurts the performance of A*.