This repository contains my daily practice of Data Structures and Algorithms problems from LeetCode, implemented in Java.
- Improve problem-solving skills
- Build strong DSA fundamentals
- Maintain consistency with daily practice
- Showcase my learning on GitHub
- Each folder represents a DSA topic
- Each problem has its own folder
- Every problem includes:
- Java solution
- Brief explanation of the approach
- Arrays
- Linked List
- Stack
- Queue
- HashMap
- Trees (coming soon)
- Dynamic Programming (coming soon)
- Java
I solve and document 1β2 problems daily and update this repository regularly.