abdonkov / DSA

Data structures and algorithms in C#
MIT License
682 stars 115 forks source link

Data Structures and Algorithms in C

A personal project with implementations of data structures and algorithms, written in C# and created out of curiosity and for learning purposes.

Requirements

Installation

The package with the .NET Standard 2.0 Class Library can be found on NuGet.

Command for NuGet package manager: Install-Package DSA

Command for .NET CLI: dotnet add package DSA

Data Structures

Arrays:

Algorithms

Sorting:

Licence

Licenced under the MIT Licence.