-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
aaron brant
authored and
aaron brant
committed
Mar 22, 2020
1 parent
de06ccd
commit 7250855
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## 极客时间-程序员的数学基础课 | ||
|
||
- [动态规划来温斯坦距离、最长公共子序列](./chapter09_Levenshtein_distance.py) | ||
- [实战:假设这里我们有三种面额的钱币,2 元、3 元和 7 元。为了凑满 100 元的总金额,有多少情况?](./chapter10_dynamic_programming.py) |