Skip to content

Toolkit of algorithms and data structures for .NET developers.

License

Notifications You must be signed in to change notification settings

pgolebiowski/algo-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlgoKit

Yet another toolkit of algorithms and data structures for .NET developers.

Install

dotnet add package AlgoKit

Purpose

The project has two main purposes:

  1. Provide tools that are handy, intuitive, and highly effective in practice.
  2. Write heavily documented and carefully designed code so that people can easily understand it and learn from it.

By fulfilling these purposes, AlgoKit is intended to stand out from the gazillion of other libraries as a solution of top quality.

Implemented

Heaps

  • Binary heaps,
  • Quaternary heaps,
  • d-ary heaps,
  • Binomial heaps,
  • Pairing heaps.

Permutations

  • Lexicographic ordering (Knuth's Algorithm L).
  • Fisher-Yates shuffle (Knuth's Algorithm P).

Numbers

  • Base converter (supporting arbitrary collection of digits)

Contributing

Star the project, give feedback, suggest an improvement you need, or just tell me about your day 😄 Feel free to open an issue or to submit a pull request.

License

The MIT License. Basically, you can do whatever you want as long as you include the original copyright and license notice in any copy or substantial use of this work.

About

Toolkit of algorithms and data structures for .NET developers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages