DEV Community

Discussion on: Notes on algorithms

Collapse
 
codemouse92 profile image
Jason C. McDonald • Edited

I enjoyed the video immensely, by the way!

You may also consider looking into two more, both of which are among the fastest known sorting algorithms in existence.

  • Dual-Pivot Quick Sort (Yaroslavisky, Vladamir)
  • Timsort (Peters, Tim)
Collapse
 
hexangel616 profile image
Emilie Gervais

Thank you, I'll look into them! 😊👍