This repository contains java implementations of fundamental sorting algorithms used in Data Structures & Algorithms (DSA)
- ✅ Bubble Sort
- ✅ Selection Sort
- ✅ Insertion Sort
- ✅ Merge Sort with recursion
- ✅ Quick Sort with recursion
- ✅ Cyclic Sort (for arrays with numbers from 1 to N or 0 to N-1)
👨💻 Author ~ Vinit Kaple