ADA Viva Questions Unit 1 and 2
ADA Viva Questions Unit 1 and 2
6. What is Matrix?
A matrix is a rectangular array of numbers or other
mathematical objects for which operations such as addition
and multiplication are defined.
14. Write down the Best case, Worst Case and Average case
Complexity for selection sort
Best case, Worst Case and Average case Complexity for
selection sort: O(n2 )
15. Write down the Best case, Worst Case and Average case
Complexity for Heap sort.
the Best case, Worst Case and Average case Complexity for
Heap sort : O(n log n)