https://github.com/suboptimaleng/leetcode-py
🐍 Solutions to popular LeetCode problems in Python.
https://github.com/suboptimaleng/leetcode-py
leetcode leetcode-python leetcode-solutions python
Last synced: about 2 months ago
JSON representation
🐍 Solutions to popular LeetCode problems in Python.
- Host: GitHub
- URL: https://github.com/suboptimaleng/leetcode-py
- Owner: SuboptimalEng
- License: mit
- Created: 2020-09-01T02:51:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-16T20:51:07.000Z (about 2 years ago)
- Last Synced: 2025-05-07T11:14:58.742Z (about 2 months ago)
- Topics: leetcode, leetcode-python, leetcode-solutions, python
- Language: Python
- Homepage:
- Size: 7.79 MB
- Stars: 11
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐍 LeetCode in Python
## Description
Hello everyone! **"LeetCode in Python"** is a **[YouTube series](https://www.youtube.com/watch?v=pypLtNT8aNY&list=PLTJ_bWjv6i7xuOoib_cLLEbkH0EeweLej)** where I explain all solutions to *popular* LeetCode problems. Each video contains a **theoretical section** (where I explain the reasoning behind the most optimal solution) and a **practical section** (where I go over the Python solution). Solving these LeetCode problems has helped me land interviews and job offers from numerous tech companies. Stay tuned to learn how to crack (nearly) any coding interview!**TL;DR: LeetCode in Python will be the one resource you need to get into FAANG; system design not included!**
## What's in this repo?
This repo contains the **coded solutions** (and any **supplementary material**) to my **["LeetCode in Python" YouTube series](https://www.youtube.com/watch?v=pypLtNT8aNY&list=PLTJ_bWjv6i7xuOoib_cLLEbkH0EeweLej)**. Check it out if you tryna dive deep into the realm of computer science. Some aspects of this repo may be elusive unless you watch the corresponding video - keep that in mind as you traverse through these solutions.