about summary refs log tree commit diff
path: root/scratch/facebook
AgeCommit message (Expand)AuthorFilesLines
2020-11-20 Solve "count islands" problemWilliam Carroll1-0/+53
2020-11-19 Re-implement suffix_tree functionWilliam Carroll1-0/+29
2020-11-19 Implement a suffix treeWilliam Carroll1-0/+64
2020-11-17 Refactor random-choiceWilliam Carroll1-2/+2
2020-11-17 Solve algorithms dealing with randomnessWilliam Carroll2-0/+46
2020-11-16 Solve "nearby words" functionWilliam Carroll1-0/+33
2020-11-16 Implement the Rabin Karp string matching algorithmWilliam Carroll1-0/+27
2020-11-16 Prefer mutative variant of delete for HashTableWilliam Carroll1-3/+16
2020-11-16 Add another solution to the "move zeroes to end" problemWilliam Carroll1-15/+51
2020-11-16 Solve "find pairs for sum"William Carroll1-0/+19
2020-11-16 Start working on the "Hard" problemsWilliam Carroll1-0/+22
2020-11-16 Implement a simple hash function and hash tableWilliam Carroll1-0/+59
2020-11-15 Find the intersection (if any) between two linked listsWilliam Carroll1-0/+34
2020-11-15 Solve "Move Zeroes to End"William Carroll1-0/+26
2020-11-14 Include re-roll strategy for rand7William Carroll1-8/+11
2020-11-14 Solve rand7William Carroll1-0/+22
2020-11-14 Solve unsorted-substring a second timeWilliam Carroll1-5/+51
2020-11-14 Solve unsorted-substringWilliam Carroll1-0/+21
2020-11-14 Partially implement a HeapWilliam Carroll1-0/+30
2020-11-14 Write encoded XML parser and pretty-printerWilliam Carroll2-0/+135
2020-11-13 Solve tic-tac-toe checkerWilliam Carroll1-0/+99
2020-11-13 Solve box-stacking problemWilliam Carroll1-0/+50
2020-11-13 Solve N queensWilliam Carroll1-0/+46
2020-11-13 Document subset of BNF for regex engineWilliam Carroll1-0/+10
2020-11-12 Add coding exercises for Facebook interviewsWilliam Carroll66-0/+2994