BlueRaja / High-Speed-Priority-Queue-for-C-Sharp

A C# priority queue optimized for pathfinding applications
MIT License
1.15k stars 169 forks source link

Add OrderedEnumerator function #61

Open BlueRaja opened 2 years ago

BlueRaja commented 2 years ago

Currently enumerating the priority queue enumerates the nodes in (semi-)arbitrary order. We should