Skip to content

Latest commit

 

History

History
189 lines (170 loc) · 12.1 KB

File metadata and controls

189 lines (170 loc) · 12.1 KB

NeetCode 150 Repo Mapping

This file maps the standard NeetCode 150 problems to the closest implementation currently present in this repo.

Arrays & Hashing

Two Pointers

Sliding Window

Stack

Binary Search

Linked List

Trees

Heap / Priority Queue

Backtracking

Tries

Intervals

Greedy

Advanced Graphs

Graphs

1-D Dynamic Programming

2-D Dynamic Programming

Bit Manipulation

Math & Geometry