• Stars
    star
    664
  • Rank 65,504 (Top 2 %)
  • Language
    C#
  • License
    MIT License
  • Created almost 8 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Data structures and algorithms in C#

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

  • .NET Standard 2.0 compatible framework
  • .NET Core 2.0 (Only if you want to build the Unit Tests project)

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:

Lists:

Stacks:

Queues:

Heaps:

Trees:

Graphs:

Algorithms

Sorting:

Searching:

Subsequences:

Strings:

Trees:

Graphs:

Licence

Licenced under the MIT Licence.