Favorite type of sorting program

  • merge sort
  • bubble sort
  • insertion sort
  • other

0 voters

what kind of sorting algorithm do you like to use the most?

Merge i fill is the best it really helps.
If you need to use one use merge.

1 Like

All sorting algorithms are my favourite:
https://jsmonster-app.hexscript.repl.co/

I use quicksort, sometimes mergesort

Uhhh… what is sorting? Sorry lol, I’m the 0% of people who said “IDK” in the poll.

They are usually algorithms which sort a list of numbers into a correct order numerically.