How do you insert a new item in a binary search tree?
No Answer is Posted For this Question
Be the First to Post Answer
What do u mean by array?
Can hashmap have duplicate keys?
Describe the level term in a tree.
Difference between arrays and linked list?
What does the dummy header in the linked list contain?
What are the goals of data structure?
Explain implementation of traversal of a binary tree.
What is a hash in programming?
What are the advantages of stack?
Write a data structure for a queue.
0 Answers Tavant Technologies, Zensar,
Explain the internal working of a hash map?
an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].