Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/SimmeringRook/DataStructures

My personal take on common Data Structures (Stacks, Lists, Queues, Tree, and Graphs).
https://github.com/SimmeringRook/DataStructures

Last synced: 5 days ago
JSON representation

My personal take on common Data Structures (Stacks, Lists, Queues, Tree, and Graphs).

Awesome Lists containing this project

README

        

# DataStructures

As a learning exercise, I am recreating each data structure. My hope is to better understand their implementations across various languages and their differences.

### Planned Implementations:
- Stacks
- Lists
- Queues
- Trees
- Graphs

### Planned Languages:
1. C# (including LINQ compatibility where applicable)
2. C++
3. Python