This repository contains implementation of various data structures and algorithms in C++.
- Linked List
- Stack
- Queue
- Tree
- Graph
- Hash Table
- Sorting (Bubble Sort, Insertion Sort, Selection Sort, Merge Sort, Quick Sort)
- Searching (Linear Search, Binary Search)
- Recursion
- Dynamic Programming
Each data structure or algorithm has its own file and is well commented for better understanding
Feel free to use, modify and contribute to the repository
Note: Make sure to replace the Data Structures and Algorithms with the actual DSA codes you have and make sure the instructions are correct and specific for your codes.