Explain binary searching, Fibinocci search.
Answer Posted / saroj kumar satapathy
In case of fibonacii search, themain difference is that we
neednot the division of no of element in an array. Because
the febonacii element is the addition of previous two
numbers.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Does hashmap sort automatically?
What is adt in data structure?
What is a list in data structure?
Explain binary searching and Fibinocci search?
What is the use of substring?
What is difference between map and hashmap?
What is the difference between arraylist and hashmap?
What is the complexity of arrays sort?
Explain implementation of traversal of a binary tree.
What is difference between for loop and foreach?
What are the properties of binary tree?
What are the benefits of using arrays?
State the difference between primitive and non-primitive data types?
Does treemap allow null values?
What is circular queue example?