Welcome to my LeetCode practice repository! 🚀
This repository contains solutions to various LeetCode problems that I’ve solved for learning, practice, and skill improvement in Data Structures and Algorithms.
Each problem is categorized by its number and title. Example:
leetcode_practice/ │ ├── 001_two_sum.java ├── 070_climbing_stairs.java ├── 242_valid_anagram.java
✅ Arrays
✅ Strings
✅ Linked Lists
✅ Trees
✅ Hashing
✅ Two Pointers
✅ Recursion & Backtracking
✅ Dynamic Programming
✅ Greedy
✅ Graphs (coming soon)
- Solve 500+ LeetCode problems 💪
- Master key DSA patterns
- Improve problem-solving speed and efficiency
- Prepare for coding interviews
- Language: Java
- IDE: IntelliJ / VS Code
- Version Control: Git & GitHub
This repo is updated regularly as I solve more problems.
This is a personal practice repository. If you find improvements (e.g., better solutions or optimizations), feel free to open a pull request or raise an issue!
- Twitter: @AmitVaghela777
- GitHub: Amitkumar-Vaghela
- LinkedIn: View Profile
Happy coding! 👨💻✨