This repository contains header files for data structures and algorithms implemented in C and C++.
All the header files contains Documentation for beginners and intermediates.
- Linked list: Header file for a linked list implementation.
- Doubly Linked list: Header file for a doubly linked list implementation.
- Binary Search Tree (BST)
- Max Heap
- Bubble Sort
- Selection Sort
- Insertion Sort
- Shell Sort
- Merge Sort
- Quick Sort
- Randomized Quick Sort
- Heap Sort
- Counting Sort
- Radix Sort
- Bucket Sort
see about contribution
This project is licensed under the GNU 3.0 License.