Repo mainly containing https://cses.fi and CodeForces problems along with some of my own explaintations and notes for each module. I even use clrs for few algorithms
This repo aims to be your go to place for learning a algorithms and also practice a decent amount of problems for each module
Algorithms are written in C++ problems are solved in both C and C++
this i commit by 2nd person
Links used:
https://www.freecodecamp.org/news/sorting-algorithms-explained-with-examples-in-python-java-and-c/
www.geeksforgeeks.org
Sort algorithms I implement:
- Selection Sort
- Bubble Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Heap Sort
- Counting Sort