DEV Community

Discussion on: The most important sorting algorithm you need to know

Collapse
 
abdurrkhalid333 profile image
Abdur Rehman Khalid

A very nicely written guide for a person who does not like the sorting algorithms where a person has to remember many things such as different scenarios and all other things related to time complexities, best and worst cases as well.

The Timsort looks a great way to tackle all kinds of questions and especially questions related to the interview as well.

I will Surely Implement this new Algorithm by myself so that I can understand the working of this algorithm more deeply and thoroughly as well.

Once more thank you for writing such an amazing article for an ordinary programmer like me.