about summary refs log tree commit diff
path: root/scratch
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-12-25T03·52+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-12-25T03·52+0000
commitc34a3e2e97ce640a5ab7042d1ec977be71088ddd (patch)
treea4d5a0ecd6332a1e5e5bb33e07b9a06c7a51ce93 /scratch
parent4732a7456b91840c8a765af3ae7dbe4aea41d2a4 (diff)
Tread lightly into the Dynamic Programming section
After solving this, I was immediately stumped by the other DP questions, so I'm
taking a break.
Diffstat (limited to 'scratch')
-rw-r--r--scratch/facebook/leetcode.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/scratch/facebook/leetcode.org b/scratch/facebook/leetcode.org
index ebbacd69dec4..346a570427a7 100644
--- a/scratch/facebook/leetcode.org
+++ b/scratch/facebook/leetcode.org
@@ -33,7 +33,7 @@
 ** TODO Reverse Bits
    https://leetcode.com/problems/reverse-bits/
 * Dynamic Programming
-** TODO Climbing Stairs
+** DONE Climbing Stairs
    https://leetcode.com/problems/climbing-stairs/
 ** TODO Coin Change
    https://leetcode.com/problems/coin-change/