I created this repository to learn and implement fundamental data structures from scratch in C#.
It is a personal learning project for me and reference for others interested in understanding how basic data structures work under the hood.
- List
- Linked List
- Stack
- Queue
- Priority Queue
- Graph
- Binary Search Tree
- Hash Table