List all data structures you would use for a memory management module.
No Answer is Posted For this Question
Be the First to Post Answer
Define graph?
How would you reverse characters of an array without using indexing in the array.
What is dequeue operation?
What is sequential search?
How to find if linked list has loop?
What are arrays give example?
what is R-B tree
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 ].
Define 2-3-4 tree?
Convert the following infix expression to post fix notation ((a+2)*(b+4)) -1
What is shell sort in data structure?
Which is better array or linked list?