Skip to content

Latest commit

 

History

History
145 lines (116 loc) · 6.73 KB

README.md

File metadata and controls

145 lines (116 loc) · 6.73 KB

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 Core 2.0

Data Structures

Arrays:

Lists:

Stacks:

Queues:

Heaps:

Trees:

Graphs:

Algorithms

Sorting:

Searching:

Subsequences:

Strings:

Trees:

Graphs:

Licence

Licenced under the MIT Licence.