What happens if we put a key object in a hashmap which exists?
No Answer is Posted For this Question
Be the First to Post Answer
How is a queue works?
List out the applications of a linked list?
What is data structure? Explain.
What is data structure what is need of it?
What is a spanning tree?does the minimum spanning tree of a graph give the shortest distance between any 2 specified nodes?
Are collections thread safe?
What are the advantages of data structure?
What are the differences between b tree and b+ tree?
What is sorting rule in shapes?
Mention the advantages of representing stacks using linked lists than arrays?
What do you mean by hash table?
an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).