(* File: Dijkstra_Impl.thy Author: Bohua Zhan *) section ‹Implementation of Dijkstra's algorithm› theory Dijkstra_Impl imports Indexed_PQueue_Impl "../Functional/Dijkstra" begin text ‹ Imperative implementation of Dijkstra's shortest path algorithm. The algorithm is also verified by Nordhoff and Lammich in \<^cite>‹"Dijkstra_Shortest_Path-AFP"›. ›