Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bf75754

Browse files
utiliser markdown
1 parent a4c0f84 commit bf75754

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎README.md‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Recursion and Dynamic Programming
22

3+
## Intro
4+
35
This is a repository for Julia/Python algorithm learning. Hopefully it can help you along your way towards mastering recursion algorithms, fractal patterns and dynamic programming. As we all know, there are two approaches to do dynamic programming, tabulation (bottom up, solve small problem then the bigger ones) and memoization (top down, solve big problem then the smaller ones). In this repository, tabulation will be categorized as dynamic programming and memoization will be categorized as optimization in recursion. Please refer to the following link for the details of recursion and dynamic programming in Python.
46

57
http://interactivepython.org/runestone/static/pythonds/index.html
68

7-
# Recursion
9+
## Recursion
810

911
* Coin Change (<a href=https://github.com/je-suis-tm/recursion-and-dynamic-programming/blob/master/coin%20change%20recursion.jl>Julia</a>, <a href=https://github.com/je-suis-tm/recursion-and-dynamic-programming/blob/master/coin%20change%20recursion.py>Python</a>)
1012

@@ -22,7 +24,7 @@ http://interactivepython.org/runestone/static/pythonds/index.html
2224

2325
* Stock Trading (<a href=https://github.com/je-suis-tm/recursion-and-dynamic-programming/blob/master/stock%20trading%20recursion.jl>Julia</a>, <a href=https://github.com/je-suis-tm/recursion-and-dynamic-programming/blob/master/stock%20trading%20recursion.py>Python</a>)
2426

25-
# Fractal Geometry
27+
## Fractal Geometry
2628

2729
* Hilbert Curve (<a href=https://github.com/je-suis-tm/recursion-and-dynamic-programming/blob/master/hilbert%20curve.jl>Julia</a>, <a href=https://github.com/je-suis-tm/recursion-and-dynamic-programming/blob/master/hilbert%20curve.py>Python</a>)
2830

@@ -40,7 +42,7 @@ http://interactivepython.org/runestone/static/pythonds/index.html
4042

4143
![alt text](https://github.com/je-suis-tm/recursion-and-dynamic-programming/blob/master/preview/sierpi%C5%84ski%20triangle.png)
4244

43-
# Dynamic Programming
45+
## Dynamic Programming
4446

4547
* Coin Change (<a href=https://github.com/je-suis-tm/recursion-and-dynamic-programming/blob/master/coin%20change%20dynamic%20programming.jl>Julia</a>, <a href=https://github.com/je-suis-tm/recursion-and-dynamic-programming/blob/master/coin%20change%20dynamic%20programming.py>Python</a>)
4648

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /