Question: Porvide the implmentation of a method named count, this method accept a sorted one dimensional array as parameter, find and return the elements with the

Porvide the implmentation of a method named count, this method accept a sorted one dimensional array as parameter, find and return the elements with the maximum number of occurence. If there are more than one numbers with the maximum number of occurence, return the last one. For example, if array={1,1,2,2,2,3,3,3,4,4,5,6,6}, count(array) will return 3. Assume the array is sorted when the method is called (no need to consider how to sort the array). If array is empty, return -1;

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!