Fibonacci Heap

May 10, 2021 ยท View on GitHub

C# implementation of a fibonacci heap structure.

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

PlatformAzure Pipelines
NetStandard 2.0Build Status

Install via NuGet

Install-Package FibonacciHeap

Contents

  1. 1C# implementation of a fibonacci heap structure.
  2. 2Install via NuGet