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


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



'IT > Algorithm' 카테고리의 다른 글

Day 22: Binary Search Trees  (0) 2018.06.25
Day 21: Generics  (0) 2018.06.25
Day 19: Interfaces  (0) 2018.06.19
Day 18: Queues and Stacks  (0) 2018.06.19
Day 17: More Exceptions  (0) 2018.06.16

+ Recent posts