This repository contains my Java solutions to Data Structures and Algorithms problems from LeetCode.
I use this repository to keep my solutions organized by topic and to maintain a record of my practice. As I solve more problems, I'll continue updating it with new solutions and better approaches whenever I learn something new.
java-dsa-leetcode/ │ ├── Arrays/ ├── Strings/ ├── HashMap/ ├── TwoPointers/ ├── SlidingWindow/ ├── LinkedList/ ├── Stack/ ├── Queue/ ├── BinarySearch/ ├── Trees/ ├── Graphs/ ├── DynamicProgramming/ └── README.md
## Topics
* Arrays
* Strings
* HashMap
* Two Pointers
* Sliding Window
* Linked List
* Stack
* Queue
* Binary Search
* Trees
* Graphs
* Dynamic Programming
## Language
* Java
## Platform
* LeetCode
## Why I Created This Repository
I wanted one place to keep all of my DSA solutions instead of having them scattered across different files. Organizing them by topic makes it easier for me to review concepts, revisit problems, and measure my progress over time.
---
Created and maintained by **Ashish**