DEV Community

Tammy Vo
Tammy Vo

Posted on • Updated on

NeetCode 150 Introduction

Starting my technical interview journey with practicing problems from neetcode.io.

The NeetCode 150 problems are an addition to the list of Blind 75 problems.

Problems are broken down into different patterns that might be encountered during a technical interview question.

  1. Arrays and Hashing
  2. Two Pointers
  3. Sliding Window
  4. Stack
  5. Binary Search
  6. Linked List
  7. Trees
  8. Tries
  9. Heap / Priority Queue
  10. Backtracking
  11. Graphs
  12. Advanced Graphs
  13. 1-D Dynamic Programming
  14. 2-D Dynamic Programming
  15. Greedy
  16. Intervals
  17. Math & Geometry
  18. Bit Manipulation

Top comments (0)