Skip to content

Commit 5205364

Browse files
authored
Update README.md
1 parent a0d5ded commit 5205364

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Recursion and Dynamic Programming Implementation
2+
3+
This is a repo for Python algorithm learning. Hopefully it can help you along your way towards mastering Python algorithms. Please refer to the following link for the details of recursion and dynamic programming in Python.
4+
5+
http://interactivepython.org/runestone/static/pythonds/index.html
6+
17
# Recursion
28

39
1.Fibonacci
@@ -14,5 +20,5 @@
1420

1521
1.Knapsack
1622

17-
2.Edit Distance (can be done in recursion)
23+
2.Edit Distance (there is recursion version)
1824

0 commit comments

Comments
 (0)