Introduction - If you have any usage issues, please Google them yourself
Bubble sort is a simple sorting algorithm, sorting algorithm is first learned by me. It repeatedly visited to sort the elements, a comparison of the two adjacent elements, if they have the order of errors to replace them, until no elements need to exchange, sort completed.