https://github.com/amir-hshahi/leet-codes
Adding: LeetCode problems solution
https://github.com/amir-hshahi/leet-codes
algorithms data-structures
Last synced: 7 months ago
JSON representation
Adding: LeetCode problems solution
- Host: GitHub
- URL: https://github.com/amir-hshahi/leet-codes
- Owner: Amir-HShahi
- License: mit
- Created: 2024-11-22T07:34:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-19T13:33:43.000Z (8 months ago)
- Last Synced: 2025-07-19T17:42:07.434Z (8 months ago)
- Topics: algorithms, data-structures
- Language: Java
- Homepage: https://leetcode.com
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetCode Solutions
A collection of my solutions to various LeetCode problems.
[](https://leetcode.com/Amir-HShahi/)
## About This Repository
This repository contains my solutions to various problems from [LeetCode](https://leetcode.com/), a platform with a large collection of coding interview questions. I created this repository to:
- Document my journey through coding challenges
- Share optimized solutions with the programming community
- Track my progress in algorithmic problem-solving
- Provide reference implementations for common interview problems
## Problem Categories
The solutions cover various algorithmic categories including:
- Arrays & Strings
- Linked Lists
- Trees & Graphs
- Dynamic Programming
- Backtracking
- Sorting & Searching
## Languages Used
The solutions in this repository are primarily implemented in:
- Java
## How to Navigate
1. Browse through the files in the main directory
2. Each file is named with the LeetCode problem number and name
3. Open the file to view the Java solution for that specific problem
## My LeetCode Stats
- **Profile**: [Amir-HShahi](https://leetcode.com/Amir-HShahi/)
- Visit my profile to see:
- Problems solved
- Acceptance rate
- Contribution points
- Contest ratings
## Contribution
Feel free to:
- Suggest more efficient solutions or improvements
- Add solutions in different programming languages
- Report any issues or bugs in the solutions
- Discuss alternative approaches in the issue tracker
## Contact
If you have any questions or suggestions, please feel free to reach out via:
- GitHub Issues
- [GitHub Profile](https://github.com/Amir-HShahi)
## Disclaimer
These solutions are provided for educational purposes. Please try to solve the problems on your own before referring to the solutions here.
## License
This repository is licensed under the MIT License - see the LICENSE file for details.
---
Happy Coding! 💻