Artifact [bcba4b38a7]

Artifact bcba4b38a7e10ebede558b4f62a4d4b0d743dd20:

Wiki page [Priority Queue] by Entomy 2017-11-08 03:14:08.
D 2017-11-08T03:14:08.424
L Priority\sQueue
U Entomy
W 456
<h1>Implementation Details</h1>
<p>This is a slightly more complicated analog of the [Queue], where enqueues (insertions) also respect a priority. This is currently implemented through three separate singly-linked lists, but there's considerably better (just tricky) ways of implementing it. None of these would change the interface.</p>
<p>No indexors, iterators, or queries are implemented for this type, as maintaining proper semantics forbids it.</p>
Z 3f99cddd7b06658dec33d1d02ea0f05d