Explain binary searching, Fibinocci search.
Answer Posted / bharath
finally a sensible answer.........
fibonacci search is based on fibonacci heaps.
it is advanced structure tugher to implement and even more
efficient than BSTs , latest kernels used it fr app handles...
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How does a dynamic array work?
Why is data structure?
Can we store primitives in collections?
What do you mean by external sorting?
What is difference between hashmap and arraylist?
In an avl tree, at explain what condition the balancing is to be done?
Complete structure of hashmap, very detail description, along with the basic coding of the hashmap internal implementation.
How do you perform a merge sort?
What is a directed graph?
Why do we need sorting algorithms?
Define a Deque?
Does treemap preserve order?
Can arraylist have duplicates?
What is selection sort with example?
Is radix sort faster than quicksort?