Here is a wonderful page with great explanations and pseudocode of sorting algorithms. Use this to find out which algorithm is right for your sorting needs!
It contains information on the following types of sorting algorithms:
- Insertion
- Selection
- Bubble
- Shell
- Merge
- Heap
- Quick
- Quick3
Great visualisation!