https://github.com/mardavsj/leetcode-python
This repository consists of Leetcode easy question's solution using Python
https://github.com/mardavsj/leetcode-python
easy-problems interview-preparation leetcode-questions leetcode-solutions python
Last synced: about 1 month ago
JSON representation
This repository consists of Leetcode easy question's solution using Python
- Host: GitHub
- URL: https://github.com/mardavsj/leetcode-python
- Owner: mardavsj
- License: mit
- Created: 2023-01-01T09:04:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T09:47:17.000Z (over 1 year ago)
- Last Synced: 2025-10-14T15:43:37.304Z (about 1 month ago)
- Topics: easy-problems, interview-preparation, leetcode-questions, leetcode-solutions, python
- Language: Python
- Homepage:
- Size: 85.9 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leetcode-problems
All the easy level problem's solutions are available in this repository. The language used is Python !
If you get stuck anywhere then simply check the solution here, understand it and then implement it yourself.
# How to contribute?
1. Fork the repository
2. Do the desired changes (add/delete/modify)
3. Make a pull request
# When should you contribute?
1. If your solution's time complexity is better than the solution already present.
2. If your solution's space complexity is better than the solution already present.
3. If your solution is of the same time and space complexity but is more concise. In this case, comment out the original solution & make a pull request with your solution.
4. If your solution is of the same time and space complexity but is easier/more readable to understand.
## Don't forget to show your love by ⭐ing this repository.