본문 바로가기
Engineering/Algorithm

Bubble Sort(거품 정렬)

by 알 수 없는 사용자 2007. 11. 9.


invalid-file

Implementation of Bubble Sort


Sorting중에서도 가장 기본적인 정렬법. Time Complexity는 O(N^2)이다.