Currently enumerating the priority queue enumerates the nodes in (semi-)arbitrary order. We should
- Add enumerator functions to explicitly enumerate in
fast and ordered order
- Make it clear in the documentation what the default ordering is
- Maybe change the default ordering for
SimplePriorityQueue?
Currently enumerating the priority queue enumerates the nodes in (semi-)arbitrary order. We should
fastandorderedorderSimplePriorityQueue?