ple.. briefly describe the purpose of having a base case and a recursive case in a recursive algorithm
2 6543difference between the run time polymorphism and compile time poly morphism and about virtual function.
2 13519Post New Data Structures Questions
What is default size of hashmap?
What happens if we put a key object in a hashmap which exists?
Can arraylist be resized?
Why insertion is faster in linked list?
What is the purpose of tochararray ()?
Is heap sort faster than quicksort?
Give a good data structure for having n queues ( n not fixed) in a finite memory segment. You can have some data-structure separate for each queue. Try to use at least 90% of the memory space.
Is queue fifo or lifo?
What are the types of data structures?
Is arraylist a list?
What is the prerequisite for binary searching?
Why sorting algorithms are important?
How do you rotate an AVL tree?
What is an example of an array?
How does the size of arraylist increases dynamically?