Skip to content

Instantly share code, notes, and snippets.

@jiangoz
Forked from tykurtz/grokking_to_leetcode.md
Last active April 24, 2022 09:34
Show Gist options
  • Save jiangoz/625e60b715d0af2486bb5505e76e878c to your computer and use it in GitHub Desktop.
Save jiangoz/625e60b715d0af2486bb5505e76e878c to your computer and use it in GitHub Desktop.
Grokking the coding interview equivalent leetcode problems

Grokking Coding Patterns Leetcode List

14 Patterns: https://hackernoon.com/14-patterns-to-ace-any-coding-interview-question-c5bb3357f6ed

Pattern: Sliding Window

Pattern: Two Pointers

Pattern: Fast & Slow pointers

Pattern: Merge Intervals

Pattern: Cyclic Sort

Pattern: In-place Reversal of a LinkedList

Pattern: Tree Breadth First Search

Pattern: Tree Depth First Search

Pattern: Two Heaps

Pattern: Subsets

Pattern: Modified Binary Search

Pattern: Bitwise XOR

Pattern: Top 'K' elements

Pattern: K-way merge

Pattern: 0/1 Knapsack

Pattern: Topological Sort

Misc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment