This repository contains my Java implementations of various Data Structures and Algorithms concepts.
- Sorting algorithms (Bubble Sort, Selection Sort, Insertion Sort, etc.)
- Searching algorithms (Linear Search, Binary Search, etc.)
- Recursion problems
- Array and matrix problems
- Number theory (GCD, LCM, Prime numbers, etc.)
- Miscellaneous DSA practice
- still more on the way