developer-student-club-thapar / algo-book

The algo book that contains various algorithms in 4 different languages
https://algo-book.dsctiet.tech
GNU General Public License v3.0
16 stars 44 forks source link

C++ STL version of Insertion sort #137

Closed oshiiii closed 3 years ago

oshiiii commented 4 years ago

I have improved the older implementation by adding a subroutine to binary search for the place of insertion of the max element and also ported the code to a more modern STL version.

oshiiii commented 4 years ago

Hey @DakshKK can you please review and merge this PR, I did it for the hacktoberfest