/.NETPriorityQueue

A generic priority queue implementation using a binary heap in C#. It (as far as I know) conforms to most .NET standards. Not thread-safe. Licensed under Apache 2.0.

Primary LanguageC#Apache License 2.0Apache-2.0

Stargazers