/Grokking-The-Coding-Interview

My research on Grokking The Coding Interview

Primary LanguagePython

Grokking-The-Coding-Interview

Repository Structure

grokking-the-coding-interview
├───0-1-knapsack
├───bitwise-XOR
├───codesetup
├───cyclic-sort
├───fast-and-slow-pointers
├───in-place-reversal-of-linked-list
├───k-way-merge
├───merge-intervals
├───miscellaneous
├───modified-binary-search
├───sliding-window
├───subsets
├───top-k-elements
├───topological-sort
├───tree-bfs
├───tree-dfs
├───two-heaps
└───two-pointers

The grokking-the-coding-interview has :

  1. categorical-directories - These contain various types of questions under broad category.

  2. codesetup - These contain template code setup for different languages with unit tests setup provided for testing the code's robustness, currently contain four.

    Each template code setup can be used as a base template for practicing as well.

For more information, click on respective language hyperlinks above.

With ❤ from Land of 🦚 and 🐅.


Aditya