oyekanmiayo / dsa-all-langs

A repository that contains explanations and (custom) implementations of the most popular data structures and algorithms in various languages.
MIT License
308 stars 117 forks source link

Implementation of some data structures in C# #35

Open Flappizy opened 3 years ago

Flappizy commented 3 years ago

I will love to contribute to this project, the data structures I will be implementing are BST, Queue, Stack, List and singly linked list

Flappizy commented 3 years ago

Also, List of successors implementation of a Graph

oyekanmiayo commented 3 years ago

Sure, go for it :)

BST doesn't have a README yet, so you'll have to make one for it. Please, follow the template and make sure it's clear and well researched.

Flappizy commented 3 years ago

Alright