Explain the terms base case, recursive case, binding time, run-time stack and tail recursion.
How do you balance a tree?
What is sort order?
Does mentioning the array name gives the base address in all the contexts?
What is a Breadth First Search? Give a few of its applications.
What is the order of selection sort?
How can we remove loops in a linked list? What are the functions of fast and slow pointers?
Differentiate between push and pop?
what is the difference between singly and doubly linked lists?
What is the difference between data type and data structure?
Is hashset synchronized?
How do you create a tree diagram?
Define a priority queue?
What is m way tree in data structure?
Write a program to sum values of given array.