fixed weird phrasing

This commit is contained in:
Medium Fries 2019-05-07 14:03:11 -07:00
parent 447d7a3971
commit 8b227ac2c4

View File

@ -9,8 +9,8 @@
# Definitions
_Recursive dynamic programming_
: Memoization a.k.a. top-down approach
_Memoization [Recursive dynamic programming]_
: top-down approach
: Go from big problems and build downward
_Tabulation_