Question:
Some teams qualified for the 2014 World Cup. The score of the teams were stored in an array in sorted order and array index is the represents the team. Index 0 represents the Team 1; index 1 represents the Team 2 and so on. If a score is given, then should find out which team got that score with a O(log(n)) time.
Since Ram wanted to solve this puzzle with binary search and he decided to write binary search himself. But he cannot remember the logic of binary search . Help Ram to write the program.
Note:
Create the main() inside the class ‘BinarySearch‘
Function signature : public static int binarySearch(int[] ar,int size,int key)
Input and Output Format:
Refer sample input and output for formatting specifications.
Sample Input and Output 1:
Enter the number of Teams:
5
Enter the score:
12
16
23
45
67
Enter the score to be searched:
23
23 is the score of Team 3
Sample Input and Output 2:
Enter the number of Teams:
4
Enter the score:
12
34
45
77
Enter the score to be searched:
59
Score Not Found
CODE:–
data structures programs in java pdf | data structures programs in javatpoint | data structures course in java | data structures and algorithms programs in java |best data structures course in java | data structures programs using java | advanced data structures lab programs in java | data structures and algorithms course in java | basic data structure programs in java | c data structures programs | data structures example programs in java | data structures in java free course |graph data structure program in java | data structures using java | interview programs on data structures in java | linked list data structure program in java | data structure programs on java |
data structures in java online course | queue data structure program in java | data structure programming questions in java | data structures in java coding questions |data structure coding interview questions java | stack data structure program in java | tree data structure programs in java | tree data structure code in java |
data structures and java | java with data structures programs | data structures programs pdf |
ConversionConversion EmoticonEmoticon