Introduction - If you have any usage issues, please Google them yourself
Selection Sort (Selection sort), insertion sort (Insertion sort) and bubble sort (Bubble sort) three sort sort beginner needs to know three basic sort, they are not practical due to the slow speed (average and fastest the time complexity is O (n2)), but they sort of way is really worth watching and exploring.