Skip to content

SeyitErhanTuran/leetcode_solutions

Repository files navigation


LeetCode Solutions

A collection of my solutions to LeetCode problems using Python. Each solution is well-structured and documented for learning and interview preparation.


πŸ“‚ Repository Structure

  • Each problem is stored in a separate .py file.

  • File naming convention:

    {problem_number}_{problem_name}.py
    

    Example: 1_two_sum.py


βœ… Progress

  • Solved Problems: 4
  • Languages Used: Python 3

πŸš€ Solved Problems


πŸ› οΈ How to Run

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

🎯 Goals

  • Strengthen algorithmic problem-solving skills
  • Practice data structures and algorithms

πŸ“Œ Notes

  • All solutions are written in Python 3
  • This repository will be updated regularly with new problems

About

Python solutions to LeetCode problems

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages