mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-12 23:36:06 +00:00
Add "reference" for EN version. Bug fixes. (#1326)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Initial exploration of dynamic programming
|
||||
# Introduction to dynamic programming
|
||||
|
||||
<u>Dynamic programming</u> is an important algorithmic paradigm that decomposes a problem into a series of smaller subproblems, and stores the solutions of these subproblems to avoid redundant computations, thereby significantly improving time efficiency.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user