https://github.com/mehrshaad/leetcode
LeetCode Solutions Repository
https://github.com/mehrshaad/leetcode
leetcode python
Last synced: 3 months ago
JSON representation
LeetCode Solutions Repository
- Host: GitHub
- URL: https://github.com/mehrshaad/leetcode
- Owner: mehrshaad
- Created: 2025-07-01T17:29:34.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-07-30T19:50:50.000Z (3 months ago)
- Last Synced: 2025-07-30T22:20:24.555Z (3 months ago)
- Topics: leetcode, python
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode
Welcome to my LeetCode Solutions Repository! This repository contains my solutions to various LeetCode coding challenges.
## Structure
Each solution is organized by problem number and includes:
- Problem description
- Solution implementation
- Time and space complexity analysis
- Test cases## Languages
Solutions are primarily implemented in:
- Python
- JavaScript## How to Use
1. Navigate to the specific problem folder
2. Review the problem description
3. Check the solution implementation
4. Run the code with provided test cases## Contributing
Feel free to suggest improvements or alternative solutions by creating pull requests.
## License
This repository is licensed under the MIT License - see the LICENSE file for details.