Answer Posted / umesh
Hashing is a way to retrieve/store data on a constant time
independent of the value and position of the data present.
The position is a typically a function of the data stored.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Define probing?
Which is better hashmap or treemap?
Will this code give error if I try to add two heterogeneous elements in the arraylist? And why?
Define threaded binary tree.
What are the advantages of linked list?
What is an recursive algorithm?
Where the data structures are used?
What is nonlinear data?
What do you mean by heap order property?
What is the difference between collections class vs collections interface?
How do you declare A pointer to array of three chars
Calculate the address of a random element present in a 2d array, given base address as ba.
Which is better hashmap or arraylist?
What is sorted map?
Explain what is the data structures used to perform recursion?