Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 455 Bytes

File metadata and controls

27 lines (14 loc) · 455 Bytes

Algorithm

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. I basically upload what I have learned about different algorithms to this repository.

Recursion

1.Fibonacci

2.Prime Factorization

3.Hanoi Tower

4.Palindrome

5.Pascal Triangle

Dynamic Programming

1.Knapsack

2.Edit Distance

Graph