(* File: Indexed_PQueue_Impl.thy Author: Bohua Zhan *) section ‹Implementation of the indexed priority queue› theory Indexed_PQueue_Impl imports DynamicArray "../Functional/Indexed_PQueue" begin text ‹ Imperative implementation of indexed priority queue. The data structure is also verified in \<^cite>‹"Refine_Imperative_HOL-AFP"› by Peter Lammich. ›