dominator 썸네일형 리스트형 Codility Lesson 08 - Dominator( JAVA ) https://app.codility.com/programmers/lessons/8-leader/dominator/ Dominator coding task - Learn to Code - Codility Find an index of an array such that its value occurs at more than half of indices in the array. app.codility.com 문제 - N개의 정수들로 이루어진 배열 A가 주어진다. - Dominator란 A배열 개수의 절반 이상의 개수를 가진 값을 의미한다. - 예시 : A[0] = 3 A[1] = 4 A[2] = 3 A[3] = 2 A[4] = 3 A[5] = -1 A[6] = 3 A[7] = 3 3은 Dominator가 된다.. 더보기 이전 1 다음