버블 정렬 쉽게 알고리즘을 이해하는 데 도움이 간단한 응용 프로그램입니다.
Bubble sort is a simple sorting algorithm. It works by repeatedly swapping the adjacent elements if they are in wrong order. This sorting algorithm is comparison-based algorithm. Each element are swapped if they are not in order. This algorithm is not suitable for large data sets.