A collection of my solutions to LeetCode problems using Python. Each solution is well-structured and documented for learning and interview preparation.
-
Each problem is stored in a separate
.py
file. -
File naming convention:
{problem_number}_{problem_name}.py
Example:
1_two_sum.py
- Solved Problems: 4
- Languages Used: Python 3
- 1. Two Sum β
- 258. Add Digits β
- 357. First Unique Character in a String β
- 2974. Minimum Number Game β
Clone the repository:
git clone https://github.com/SeyitErhanTuran/leetcode_solutions.git
cd leetcode_solutions
Run any problem with Python:
python3 1_two_sum.py
- Strengthen algorithmic problem-solving skills
- Practice data structures and algorithms
- All solutions are written in Python 3
- This repository will be updated regularly with new problems