There was an error while loading. Please reload this page.
1 parent 12f7f03 commit fcb8a83Copy full SHA for fcb8a83
README.md
@@ -1,9 +1,21 @@
1
# Recursion
2
3
-i am reading a book called algorithm and data structure using python
+I am reading a book called algorithm and data structure using python
4
5
http://interactivepython.org/runestone/static/pythonds/index.html
6
7
-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.
8
9
-i basically upload what i have learned about recursion to this repository
+# Recursion Problems
10
+
11
+1.Fibonacci
12
13
+2.Prime Factorization
14
15
+3.Hanoi Tower
16
17
+4.Palindrome
18
19
+5.Pascal Triangle
20
21
+6.Knapsack (Dynamic Programming)
0 commit comments