Skip to content

FyiurAmron/PriorityQueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

PriorityQueue

Code directly ported from: https://github.com/dotnet/runtime/blob/release/6.0/src/libraries/System.Collections/src/System/Collections/Generic/PriorityQueue.cs

Provided as a drop-in replacement in scenarios where .NET 6 (or newer) system library is not available (yes, Unity, I'm looking at you :) - it currently uses C# 9.0 features, but can be easily adapted to lower C# version (by simply hacking away the offending helper code).

Original code licensed to the .NET Foundation under one or more agreements. This file is licensed to you transitively under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages