Intro

This is a space for me to relate all the things I learn from LeetCode-style questions and problems. Yet to decide how to structure these but for now

Problems to retry

// this is a “living” list, so I will add and remove problems as I encounter and solve them

  • Valid anagram (can’t get it to stick in head!)
  • Median of two arrays (the smart way)
  • first bad version
  • Ransom note

Question Categories

Array Problems

Linked Lists Problems

Hashmap

Stack problems

Queue Problems

String Problems

Binary Trees

DP Problems

Matrix Problems

Patterns

LeetCode is all about exposure and recognizing patterns, the more you solve the more adept you become at recognizing them, this doesn’t mean it will get easier but you will become better. // Or at least sure hope so... LeetCode Patterns