A collection of different implementations of common data structures (from the SoftUni C# Data Structures course).
- Dynamic List
- Static List
- List
- Stack
- Queue
- Singly Linked List
- Faster Queue
- Doubly Linked List
- Reversed List
- Balanced Patentheses
- Binary Search Tree
- Binary Tree
- Tree
- Heap
- Max Heap
- Priority Queue
- BubbleSort
- HeapSort
- InsertionSort
- MergeSort
- QuickSort
- SelectionSort
- ShellSort