C# Data Structures
- 1: Arrays&Lists
- 2 : Stacks and Queues
- 3 : Dictionaries and Sets
- 4 : Variants of Trees
- Basic trees
- Binary trees
- Binary search trees
- AVL trees
- Binary heaps
- Binomial heaps
- Fibonacci heaps
- 5 : Exploring Graphs
- Implementation
- Traversal
- MST