Coder Social home page Coder Social logo

fibonacciheap's Introduction

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

fibonacciheap's People

Contributors

grinka avatar sqeezy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

fibonacciheap's Issues

License is missing year and name

I am using this library in a project I am working on and while setting up the credits I noticed that your License file still has "<year> <copyright holders>" instead of the actual values. I am considering using "2021 Anton Herzog, Alexey Zelenin" instead, though I am not sure if that is correct.

Test more platforms

At the moment only windows and Linux is tested. It would be good to at least have OSX im addition. Maybe even different Linux flavors.

IComparable does boxing on value-typed TKey

Boxing creates unnecessary garbage.
Change the constaint to IComparable<TKey> instead of just IComparable.

Boxing happens whenever IComparable.CompareTo(object t) is called on value-typed TKey.

Nuget package

I really like your implementation. Would you make this into a nuget package, both for normal .net and .net core?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.