How dynamic arrays are created?
No Answer is Posted For this Question
Be the First to Post Answer
Which is faster hashmap or hashtable?
Define shortest path?
what is R-B tree
How do you find a string is anagram or not?
What is the use of heap sort?
Which sorting algorithms are in place?
What is a multiset table?
What will you prefer for traversing through a list of elements between singly and doubly linked lists?
Mention the data structures which are used in graph implementation.
What does the dummy header in linked list contain?
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 ].
What are the basic data structures?