Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PriorityQueue<TKey, TValue> is obsolete in .NET 6 or newer
.NET 6 has System.Collections.Generic.PriorityQueue<TElement, TPriority>.
- Loading branch information