This repo includes implementation of common used data structures and sorting algorithms in C programming language.
- Stack
- Queue
- Linked List
- Dynamic Array
- Heap
- Hash Table
- Binary Search Tree
- AVL Tree
- Threaded Binary Search Tree
- Bubble Sort
- Insertion Sort
- Selection Sort
- Merge Sort
- Quick Sort