tvl-depot/data_structures_and_algorithms
William Carroll d4d8397e5f Add InterviewCake.com examples
Adds some of the code I generated while studying for a role transfer at Google
using the fantastic resource, InterviewCake.com. This work predates the
mono-repo.

I should think of ways to DRY up this code and the code in
crack_the_coding_interview, but I'm afraid I'm creating unnecessary work for
myself that way.
2020-01-15 14:25:33 +00:00
..
array-traversals.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
balanced-binary-tree.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
bit-manipulation.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
bracket-validator.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
bst-checker.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
cafe-order-checker.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
cake-thief.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
coins.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
conways-game-of-life.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
delete-node.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
dft.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
dijkstra-shortest-path.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
find-duplicate-optimize-for-space-beast.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
find-duplicate-optimize-for-space.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
find-rotation-point.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
find-unique-int-among-duplicates.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
fixtures.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
graph-coloring.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
graph-to-graphviz.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
highest-product-of-3.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
inflight-entertainment.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
knapsack-0-1.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
kth-to-last.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
largest-stack.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
linked-list-cycles.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
merge-sort.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
merging-ranges.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
mesh-message.gv Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
mesh-message.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
norman.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
nth-fibonacci.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
optimal-stopping.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
perm-tree.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
permutation-palindrome.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
permutations.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
plot.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
product-of-other-numbers.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
queue-two-stacks.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
rectangular-love.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
recursive-string-permutations.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
reverse-linked-list.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
reverse-words.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
second-largest-item-bst.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
shortest-path-inject-vertices.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
shuffle.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
string-reverse.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
temperature-tracker.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
test.txt Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
top-scores.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
topo-sort.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
trickling-water.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
which-appears-twice.py Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00