Shortest Path Faster AlgorithmSimpler than Dijkstra Algorithm and much faster for some casesUse a FIFO Queue.Enqueue if not existFor grid topology and sparse graph, much faster than Dijkstra Algorithm