Describe full binary tree and complete binary tree.
Explain the terms base case, recursive case, binding time, run-time stack and tail recursion.
What is an recursive algorithm?
What is the method to find the complexity of an algorithm?
Define an algorithm.
What is bubble sort and quick sort?
Explain the term base case?
Explain quick sort?
Explain the sorting algorithm that is most suitable to be used with single linked list?
What are the types of algorithms?
What is quick sort?
Give one example of right rotation.
What are the types of array operations?
Define an algorithm. What are the properties of an algorithm?
Explain quick sort and merge sort algorithms.