tvl-depot/scratch/facebook/interview-cake
William Carroll 70e74a4027 Solve "linked-list-cycles"
Write a predicate for checking if a linked-list contains a cycle. For additional
practice, I also implemented a function that accepts a linked-list containing a
cycle and returns the first element of that cycle.
2020-11-21 14:47:18 +00:00
..
bst-checker.py Reimplement bst-checker 2020-11-21 14:21:05 +00:00
linked-list-cycles.py Solve "linked-list-cycles" 2020-11-21 14:47:18 +00:00
merge-sorted-arrays.py Solve merge-sorted-arrays (again) 2020-11-21 13:41:33 +00:00