This repository contains my solutions to Data Structures & Algorithms (DSA) problems in Java.
The goal is to strengthen coding fundamentals, problem-solving skills, and algorithmic thinking through structured practice.
- Arrays
- Strings
- Loops & Conditionals
- Recursion
- Linked Lists
- Stacks & Queues
- Sorting & Searching
- Other algorithmic challenges
- Clone the repository:
git clone https://github.com/yourusername/dsa-practice.git
- Open and run the code using your preferred IDE or command line.