Shreyans13 / Hacktoberfest-2019

Hacktoberfest is a month-long virtual festival event to celebrate open source contributions presented by Digital Ocean and DEV. It is the easiest way to get into open source!
https://hacktoberfest.digitalocean.com/
10 stars 37 forks source link

added some data structures and tim sort algorithm in python 3 #36

Closed captainaadesh closed 4 years ago

captainaadesh commented 4 years ago

Added data structures and algorithms in python 3. Added Tim sort algorithm which improves time complexity which is o(n log(n)).