https://github.com/sqeezy/FibonacciHeap
C# implementation of a fibonacci heap structure.
https://github.com/sqeezy/FibonacciHeap
c-sharp fibonacci-heap
Last synced: 7 months ago
JSON representation
C# implementation of a fibonacci heap structure.
- Host: GitHub
- URL: https://github.com/sqeezy/FibonacciHeap
- Owner: sqeezy
- License: mit
- Created: 2014-02-02T15:55:31.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-09-13T12:09:40.000Z (about 3 years ago)
- Last Synced: 2025-05-02T02:49:55.655Z (7 months ago)
- Topics: c-sharp, fibonacci-heap
- Language: C#
- Size: 145 KB
- Stars: 27
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
- anything_about_game - FibonacciHeap
README
# Fibonacci Heap
## C# implementation of a [fibonacci heap structure](https://en.wikipedia.org/wiki/Fibonacci_heap).
This library can be used to create a highly efficent self sorting data structure.
| Platform | Azure Pipelines |
| :-------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| NetStandard 2.0 | [](https://sqeezytech.visualstudio.com/FibonacciHeap/_build/latest?definitionId=5) |
## Install via NuGet
Install-Package FibonacciHeap