Important points

  • Balanced parantheses
  • Next smaller/greater element to the left/right
  • Sliding window maximum
  • queue using two stacks and stack using 2 queues
  • Stack = LIFO, Queue = FIFO

Easy/Medium (MUST DO)

Hard