This repository contains my solutions to LeetCode problems that I practice while learning Data Structures and Algorithms (DSA).
Currently, I am focusing on C++ basics, Arrays, and Sorting problems.
- 🟢 Basics of C++ (loops, functions, input/output, etc.)
- 🟢 Arrays (searching, frequency, largest/smallest element, etc.)
- 🟢 Sorting (Bubble Sort, Selection Sort, Insertion Sort)
- 🟢 Binary Search (Binary Search on 1D Arrays , on answers , 2D Arrays)
Clone this repository:
git clone https://github.com/your-username/leetcode-dsa-practice.git
---
🎯 Goals :
Complete Striver’s A2Z DSA Sheet step by step
Strengthen my problem-solving skills in C++
Build consistency by solving problems daily