shreyansh-sawarn / Hacktoberfest

Participate in Hacktoberfest. Learn and get started. Contribute to open source. Make sure your pull requests are legitimate. Enjoy and have fun.
22 stars 80 forks source link

Adds Tim sort algorithm (C++) #169

Closed KovaCro closed 4 years ago

KovaCro commented 4 years ago

Most efficient sorting algorithm out there. Python and Java implemented it in their sort() function.