Skip to content

CompetetiveProgrammingPhilippines/Leetcode-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Leetcode - Python

A collection of Python solutions to Leetcode problems. This repository is organized for easy reference and continuous learning, covering a variety of algorithms and data structures.

πŸ“‚ Structure

  • Solutions are grouped by problem type or number
  • Each file includes:
    • Problem description (optional)
    • Approach explanation
    • Clean, commented Python code

πŸ’‘ Topics Covered

  • Arrays & Strings
  • Hash Maps & Sets
  • Linked Lists
  • Trees & Graphs
  • Recursion & Backtracking
  • Dynamic Programming
  • Greedy & Sliding Window
  • Sorting & Searching
  • And more...

βœ… How to Use

  1. Clone the repo:

    git clone https://github.com/your-username/leetcode-python.git
    cd leetcode-python
    
  2. Browse by folder or search by problem name or number.

  3. Run a file:

    python 001_two_sum.py

πŸ“˜ Resources

πŸ™Œ Contributing

Contributions are welcome! Feel free to fork the repo, add your solutions, and create a pull request.


Happy coding! πŸš€

About

Solutions to Leetcode problems in Python, with clean and efficient code for easy reference and learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages