MCQOPTIONS
Bookmark
Saved Bookmarks
→
Data Structures and Algorithms
→
Evaluation Infix Expression Not Parenthesized in Data Structures and Algorithms
→
What is the time complexity of uniform binary sea..
1.
What is the time complexity of uniform binary search?
A.
O(nlogn)
B.
O(logn)
C.
O(n)
D.
O(n2)
Answer» C. O(n)
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which of the following false about Jump Search?
How can Jump Search be improved?
Given, arr = {1,3,5,6,7,9,14,15,17,19} key = 17 and delta = {5,3,1,0}How many key comparisons are made?(exclude the comparison used to decide the left or right sub array)
What is the time complexity of uniform binary search?
In which of the cases uniform binary search fails compared to binary search?
Given delta[4] is a global array and number of elements in the sorted array is 10, what are the values in the delta array?
When is the uniform binary search an optimization over the usual binary search?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply