AhmedVargos / LeetGrokk

Grokking The Coding Interview questions mapped to Leetcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LeetGrokk

Checkbox Instructions

To use the checkboxes you must fork the repository and add an X instead of a space between the brackets

  • Checked
  • Unchecked

Premium questions

You can access premium question on lintcode.com

Patterns

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

Pattern: Sliding Window

Pattern: Islands(Matrix Traversal)

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 (Dynamic Programming)

Pattern: Topological Sort (Graph)

Pattern: Multi-threaded

Miscellaneous

About

Grokking The Coding Interview questions mapped to Leetcode