Skip to content

avivweinstein/grokking

Repository files navigation

grokking

Grokking the Coding Interview: Patterns for Coding Questions

Coding Patterns Covered

  • Sliding Window
  • Islands (Matrix Traversal) (NEW)
  • Two Pointers
  • Fast & Slow Pointers
  • Merge Intervals
  • Cyclic Sort
  • In-place Reversal of a LinkedList
  • Tree Breadth First Search
  • Tree Depth First Search
  • Two Heaps
  • Subsets
  • Modified Binary Search
  • Bitwise XOR
  • Top 'K' Elements
  • K-way Merge
  • 0/1 Knapsack (Dynamic Programming)
  • Topological Sort (Graph)
  • Multi-threaded (NEW)
  • Miscellaneous

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages