fix prerequisite formatting

This commit is contained in:
Nathan Wang 2020-06-04 15:43:34 -07:00
parent 4f1f058cad
commit bc5a5c83d6

View file

@ -4,9 +4,13 @@ title: "Dynamic Programming"
author: Michael Cao
order: 1
prerequisites:
-
- Prefix Sums
-
- Recursion
-
- Bit Operations (for Bitmask DP)
-
- DFS and Trees (for Tree DP)
---