DEV Community

Jillian Stenzel for Kite

Posted on

Quick guide to sorting algorithms + fastest comparison sort!

We made a video breaking down comparison sorts into three levels: N^2, N log N, & hybrid algorithms + a fun animation comparing the algorithms to see which one is the fastest!

After watching, you should have a better understanding of the different types of sorting algorithms as well as the benefits and drawbacks of each and when to use them. Enjoy! https://www.youtube.com/watch?v=qk7b4-iyCJ4

While you're add it, brush up on your interview skills with our top tips for technical interviews in Python: https://www.youtube.com/watch?v=Zee665ssm8Y&t=13s

Top comments (0)