Algorithm
1287. Element Appearing More Than 25% In Sorted Array
Given an integer array sorted in non-decreasing order, there is exactly one integer in the array that occurs more than 25% of the time, return that integer. 만약 arr = [1,2,2,6,6,6,6,7,10] 이런 식으로 주어질 경우가 있다고 보자. 그럼 6이 4번 출현 했음으로 리스트의