Algorithms - Searching

page 1 out of 3

page 1 out of 3


Question 1     

Which of the following is searching Algorithm?







Question 2     

Which approach is faster with respect to execution in linear search?






Question 3     

Which approach is efficient with respect to Space complexity in linear search?








Question 6     

Consider an array = { 0,1,2,3,4,5,6,7,8,9} key = 7. At which level key element is found in binary search recursive approach?






Question 7     

Which of the following works only on Sorted sequence?






Question 8     

Which of the data structure is used to implement Linear search?






Question 9     

What is the Best time complexity in linear search?






Question 10     

What is worst time complexity in linear search?





page 1 out of 3

page 1 out of 3


Sign Up Page

Oops!!

To view the solution need to Login



Score : 0 / 0
L
o
a
d
i
n
g
.
.
.