High-Speed-Priority-Queue-for-C-Sharp
High-Speed-Priority-Queue-for-C-Sharp copied to clipboard
Add OrderedEnumerator function
Currently enumerating the priority queue enumerates the nodes in (semi-)arbitrary order. We should
- Add enumerator functions to explicitly enumerate in
fastandorderedorder - Make it clear in the documentation what the default ordering is
- Maybe change the default ordering for
SimplePriorityQueue?