Info
| Version: | 5.0.0 | 
| Author(s): | Juergen Pfeifer | 
| Last Update: | Thursday, November 12, 2020 | 
| .NET Fiddle: | Online Example | 
| Project Url: | https://github.com/juergenpf/Collections | 
| NuGet Url: | https://www.nuget.org/packages/Collections | 
Install
Install-Package Collections
                        dotnet add package Collections
                        paket add Collections
                        
                                Collections Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETFramework 4.0 
                                        
                    No dependencies. 
No dependencies. 
No dependencies. 
Tags
                
not covered by the .NET base class library.
At the moment this is just
a BinaryHeap implementation with various variations, and based on that
an implementation of a PriorityQueue.