The Algorithms - C#
This repository contains algorithms and data structures implemented in C# for eductional purposes.
Overview
Algorithms
Data Compression
Huffman Compressor
Note:
Please don't take effort to create pull requests for new algorithms/data structures. This is just a curiosity-driven personal hobby and was originally not intended to be a library. Feel free fork and modify to fit
Algorithmia
Algorithm and data-structure library for .NET 4.5.2+ / Netstandard2.0+. Algorithmia contains sophisticated algorithms and data-structures like graphs, priority queues, command, undo-redo and more.
Algorithm