1976
DOI: 10.1007/bf01683268
|View full text |Cite
|
Sign up to set email alerts
|

Design and implementation of an efficient priority queue

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
33
0
1

Year Published

1996
1996
2017
2017

Publication Types

Select...
7
2

Relationship

0
9

Authors

Journals

citations
Cited by 379 publications
(34 citation statements)
references
References 3 publications
0
33
0
1
Order By: Relevance
“…In computer science, efficient data structures to maintain an ordered list of time-stamped events are grouped under the name priority queues (Cormen et al 2001). The topic of priority queues is dense and well documented; examples are binary heaps, Fibonacci heaps (Cormen et al 2001), calendar queues (Brown 1988;Claverol et al 2002) or van Emde Boas trees (van Emde Boas et al 1976) (see also Connollly et al 2003, in which various priority queues are compared). Using an efficient priority queue is a crucial element of a good event-driven algorithm.…”
Section: Instantaneous Synaptic Interactions-mentioning
confidence: 99%
“…In computer science, efficient data structures to maintain an ordered list of time-stamped events are grouped under the name priority queues (Cormen et al 2001). The topic of priority queues is dense and well documented; examples are binary heaps, Fibonacci heaps (Cormen et al 2001), calendar queues (Brown 1988;Claverol et al 2002) or van Emde Boas trees (van Emde Boas et al 1976) (see also Connollly et al 2003, in which various priority queues are compared). Using an efficient priority queue is a crucial element of a good event-driven algorithm.…”
Section: Instantaneous Synaptic Interactions-mentioning
confidence: 99%
“…Thus, we need an execution sequence to handle the order of the decision processes of these pedestrians. We use a priority queue to solve this issue [24]. Whenever p i makes a decision for an outgoing edge, the pedestrian is put into the queue.…”
Section: Decision Process and Network Reductionmentioning
confidence: 99%
“…Sorting by z-coordinate takes O(n log log n) time in total [13]. Finding d i takes O(log log n) time [22] and thus O(n log log n) time in total. It turns out the rest of the algorithm consumes linear time.…”
Section: Introductionmentioning
confidence: 99%