IT/Algorithm

Day 20: Sorting

다메카솔 2018. 6. 19. 21:53

https://www.hackerrank.com/challenges/30-sorting/problem


BubbleSort를 구현하고, 주어진 배열을 정렬하는데 걸리는 횟수를 카운트해서 출력하는 문제이다.