Abstract
The starting point of this paper is a new, purely functional, simple and efficient data structure combining a search tree and a priority queue, which we call a priority search tree. The salient feature of priority search trees is that they offer a decrease-key operation, something that is missing from other simple, purely functional priority queue implementations. As two applications of this data structure we verify purely functional, simple and efficient implementations of Prim’s and Dijkstra’s algorithms. This constitutes the first verification of an executable and even efficient version of Prim’s algorithm.
Original language | English |
---|---|
Title of host publication | ITP 2019: Interactive Theorem Proving |
Publication status | Accepted/In press - 1 Jun 2019 |
Event | Interactive Theorem Proving - Portland, United States Duration: 8 Sept 2019 → 13 Sept 2019 https://itp19.cecs.pdx.edu/ |
Conference
Conference | Interactive Theorem Proving |
---|---|
Abbreviated title | ITP 2019 |
Country/Territory | United States |
City | Portland |
Period | 8/09/19 → 13/09/19 |
Internet address |
Keywords
- Priority Queue
- dijkstra algorithm
- Prim's algorithm
- verification
- Isabelle