The most popular sorting algorithms are as follows:
- Bubble Sort
- Insertion Sort
- Merge Sort
- Quick Sort
Here are the links to the video tutorials for above mentioned algorithms:
- Bubble Sort: http://xoax.net/comp/sci/algorithms/Lesson1.php
- Insertion Sort: http://xoax.net/comp/sci/algorithms/Lesson2.php
- Merge Sort: http://xoax.net/comp/sci/algorithms/Lesson3.php
- Quick Sort: http://xoax.net/comp/sci/algorithms/Lesson4.php
Thanks!

