Skip to content

Commit fcb8a83

Browse files
authored
Update README.md
1 parent 12f7f03 commit fcb8a83

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
# Recursion
22

3-
i am reading a book called algorithm and data structure using python
3+
I am reading a book called algorithm and data structure using python
44

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

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

9-
i basically upload what i have learned about recursion to this repository
9+
# 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

Comments
 (0)