Spaces:
Runtime error
Runtime error
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:
- Wikipedia’s list of sorting algorithms
- Sorting algorithms
- [Sorting algorithms and data structures](http://en.wikipedia.org/wiki/Sorting_algorithm#Sort