Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 880 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 880 Bytes

Fibonacci Heap

C# implementation of a fibonacci heap structure.

This library can be used to create a highly efficent self sorting data structure.

Platform Azure Pipelines
NetStandard 2.0 Build Status

Install via NuGet

Install-Package FibonacciHeap