Skip to content

Commit b9c60b2

Browse files
committed
add author and translator
1 parent 1cb9de0 commit b9c60b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dynamic_programming/DemystifyingDynamicProgramming.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Demystifying Dynamic Programming
22

3+
**Translator: [freerambo](https://freerambo.github.io/portfolio/)**
4+
5+
**Author: [labuladong](https://github.com/labuladong)**
6+
37
**Typically, all the problems that require to maximize or minimize certain quantity or counting problems that say to count the arrangements under certain condition or certain probability problems can be solved by using Dynamic Programming.**
48
In fact, Dynamic programming is one optimization method in Operations Research. How ever, it is widely utilized in computer applications. For examples, find **the longest** Ascending subsequence or **the minimum** edit distance, so on and so forth.
59

0 commit comments

Comments
 (0)