A personal project with implementations of data structures and algorithms, written in C# and created out of curiosity and for learning purposes.
- .NET Standard 2.0 compatible framework
- .NET Core 2.0 (Only if you want to build the Unit Tests project)
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
- Binary Min-Heap
- Binary Max-Heap
- Binomial Min-Heap
- Binomial Max-Heap
- Fibonacci Min-Heap
- Fibonacci Max-Heap
- Binary Search Tree
- Binary Search Tree Map
- AVL Tree
- AVL Tree Map
- Red-Black Tree
- Red-Black Tree Map
- Splay Tree
- Splay Tree Map
- Trie(Prefix Tree)
- Trie Map
- Suffix Tree
- Suffix Tree Map
- Undirected Unweighted Graphs
- Directed Unweighted Graphs
- Undirected Weighted Graphs
- Directed Weighted Graphs
- Heap Sort
- Merge Sort
- Parallel Merge Sort
- Quick Sort
- Quick3 Sort
- Parallel Quick Sort
- Linear Search
- Binary Search
- Quick Select
- Longest Common Substring
- Edit Distance
- String Search
- Minimum Spanning Tree
- Shortest Paths
Licenced under the MIT Licence.