Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
je-suis-tm committed Apr 13, 2018
1 parent 12f7f03 commit fcb8a83
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# Recursion

i am reading a book called algorithm and data structure using python
I am reading a book called algorithm and data structure using python

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

its a free interactive book, quite good and quite difficult
Its a free interactive book, quite good and quite difficult. I basically upload what I have learned about recursion to this repository.

i basically upload what i have learned about recursion to this repository
# Recursion Problems

1.Fibonacci

2.Prime Factorization

3.Hanoi Tower

4.Palindrome

5.Pascal Triangle

6.Knapsack (Dynamic Programming)

0 comments on commit fcb8a83

Please sign in to comment.