Explain the terms base case, recursive case, binding time, run-time stack and tail recursion.
Define union-by-weight?
How does max heap work?
Define static data structures?
A list is ordered from smaller to largest when a sort is called. Which sort would take the shortest time to execute?
Can we define the size of arraylist?
Which sorting has less time complexity?
Define non-linear data structures?
What sort of serious problems have you experienced, and how have you handled them?
Does treemap allow null values?
Which interfaces are implemented by hashmap?
Does array sort mutate?
Can a stack be described as a pointer? Explain.