What are the various algorithms to sort a list?

#14
by thomwolf HF staff - opened

Question:

What are the various algorithms to sort a list?

Answer:

There are a few algorithms that you should know:

  • Bubble sort
  • Selection sort
  • Quicksort
  • Heapsort

Here are some resources:

Sign up or log in to comment