Implmentation of Data Structure and Algorithms.
Thanks for your interest in contributing! Read through our Contribution Guidelines before you contribute.
Steps for contirbution
- Submit an Issue for the algorithm you are looking to contribute, and get it assigned. Make sure it doesn't implemented before or exist an issue before.
- Once assigned, start working on the algorithm and create a Pull Request to this repository.
- Make sure to add your algorithm to the list below.
- Get your Pull Request merged! 🎉
- BFS
- Tim Sort
- All types of linked list and their operations
- Merge sort
- Linear Search
- kth Smallest Element
- Bubble Sort Algorithm
- Binary Search Algorithm
- Merging two sorted Linked lists
- Missing Number in array
- Quick Sort using C
- Insertion Sort
- Selection Sort