Explain binary searching and Fibinocci search?
No Answer is Posted For this Question
Be the First to Post Answer
What is application of data structure?
Why hashmap is faster than hashset?
List some applications of multilinked structures?
How do you sort a list in reverse order?
an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).
Advanced problems related to Data Structures were asked
If you are given a choice to use either arraylist and linkedlist, which one would you use and why?
How many passes does bubble sort need?
Which interface provides the capability to store objects using a key-value pair?
What is quick sort?
Can we insert null in set?
Why using cookie to store session info is a better idea than just using session info in the request?