/leetcode-solutions

In-depth and detailed solutions for Leetcode algorithm practice problems.

Primary LanguagePython

leetcode-solutions

These are my solutions as I work through the Leetcode practice website. For each problem, I have included a link to the problem, as well as my notes on crafting a solution and its predicted time and space complexity. Some problems may have multiple solutions to adhere to Leetcode's question style. All the solutions are written in Python3, and are designed to be a learning resource.

My goal is to get 150 solutions.

Array


Binary


Dynamic Programming


Graph


Interval


Linked List


Matrix


String


Tree


Heap