Top Interview 150 Leetcode

Started on Thursday October 26 2023.

My dad made me realize that this is what it comes down to. Just do as many as possible and take notes on it to find patterns and get better at solving problems.

I’m gonna learn and master Python by solving leetcode questions with it instead of C++. According to Nourish and Neetcode, python is much easier and straightforward.

Array / String

Easy

  • Remove Element
    • Time Complexity: n being the number of elements in the array
  • Merge Sorted Array
  • [ ]

Medium

Two Pointers

Stack

Sliding WIndow

Linked list