about summary refs log tree commit diff
path: root/scratch/facebook/leetcode.org
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-12-18T19·55+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-12-18T19·55+0000
commit983b0fb276696df9f5a391e108c27c093510895e (patch)
tree3c312aa7662089b57ed6c54affa9788d61bd31f8 /scratch/facebook/leetcode.org
parent039e712656666281ae557a913be6a5f1f0def5ca (diff)
Solve the Linked List questions
I did these during my flight from LON->NYC without wifi. I managed to get both
correct on the first attempt although I did not find the *optimal* solution for
"Reorder List". IMO "Reorder List" is the best Linked List question I've seen
because it covers a few essential Linked List tricks.
Diffstat (limited to 'scratch/facebook/leetcode.org')
-rw-r--r--scratch/facebook/leetcode.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/scratch/facebook/leetcode.org b/scratch/facebook/leetcode.org
index afbd7552bcc2..677abea1879a 100644
--- a/scratch/facebook/leetcode.org
+++ b/scratch/facebook/leetcode.org
@@ -91,9 +91,9 @@
    https://leetcode.com/problems/merge-two-sorted-lists/
 ** DONE Merge K Sorted Lists
    https://leetcode.com/problems/merge-k-sorted-lists/
-** TODO Remove Nth Node From End Of List
+** DONE Remove Nth Node From End Of List
    https://leetcode.com/problems/remove-nth-node-from-end-of-list/
-** TODO Reorder List
+** DONE Reorder List
    https://leetcode.com/problems/reorder-list/
 * Matrix
 ** TODO Set Matrix Zeroes