Skip to content

sunsided/algorithms

Repository files navigation

Algorithm library and testbed

This project implements (or will - over time - implement) various algorithms in C# in order to study and use them.

Currently, the library consists only of a handful of algorithms and data structures.

Algorithms

  • Quickselect

Data Structures

  • Binary Tree
    • In-, Level-, Pre- and Post-Order Traversals
    • Recursive In-, Pre- and Post-Order Traversals
  • Min Heap and Max Heap

License

The project is licensed under the EUPL v.1.1, a copy of which can be found in LICENSE.md.

Releases

No releases published

Packages

No packages published

Languages