Binary 썸네일형 리스트형 [Algorithm] 1. Binary Search? 2 .Binary or SeqSearch ? 2011/03/14 - [Algorithms] - [Algorithm] 1. Binary Search? 2 .Binary or SeqSearch ? 2011/03/13 - [Algorithms] - [Algorithms] 1.Sequential, 2.Add Array, 알고리즘에 대해 2011/03/13 - [Algorithms] - [Algorithm]pseudo code란? 의사코드란? 1) Binary Search란? n개가 들어있는 정렬된 배열 Array 에서 s값을 찾을 때 사용됩니다. void binarySearch(개수, 배열, 찾고자하는 값, 위치 정보를 담을 값) void binarySearch(int n, const keytype S[], type x, index & location) .. 더보기 이전 1 다음