High-Speed-Priority-Queue-for-C-Sharp icon indicating copy to clipboard operation
High-Speed-Priority-Queue-for-C-Sharp copied to clipboard

Add OrderedEnumerator function

Open BlueRaja opened this issue 3 years ago • 0 comments

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?

BlueRaja avatar Feb 09 '22 04:02 BlueRaja