where sorting algorithms help us? 사람들을 정렬할 때 - Sorting a list of people 중간값을 찾을 때 - Find the median 중복을 제거할 때 - Find duplicates in some date 이진탐색 왜 공부하는가? 정렬에 따른 성능의 차이 - 성능제약에 맞추기 위해서다. 큰 자료나 적은 ...