Publication View

ABSTRACT A Simple Implementation Technique for Priority Search Queues (2008)

Abstract
This paper presents a new implementation technique for priority search queues. This abstract data type is an amazing blend of finite maps and priority queues. Our implementation supports logarithmic access to a binding with a given key and constant access to a binding with the minimum value. Priority search queues can be used, for instance, to give a simple, purely functional implementation of Dijkstra’s single-source shortest-paths algorithm. data types and views. Priority search queues have been largely ignored by the functional programming community and we believe that they deserve to be known better. Views prove their worth both in defining a convenient interface to the abstract data type and in providing a readable implementation. Categories and Subject Descriptors

Publication details
Download http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.73.2770
Source http://www.cs.bonn.edu/~ralf/publications/ICFP01.pdf
Contributors CiteSeerX
Repository CiteSeerX - Scientific Literature Digital Library and Search Engine (United States)
Keywords views, Haskell, tournament
Type text
Language English
Relation 10.1.1.54.6229, 10.1.1.14.3532, 10.1.1.30.342, 10.1.1.47.3623, 10.1.1.46.1458, 10.1.1.18.1149, 10.1.1.46.3691