ADA Question Bank
ADA Question Bank
1. Explain Relation and Function with Types of Relation. and Types of Function.
2. What is an algorithm? Explain the Properties Algorithm and
How it differ from flowchart?
3. Define Algorithm, Time Complexity and Space Complexity with Asymptotic notation.
4. What do you mean by Divide & Conquer approach? List advantages and disadvantages
of it. And Write Merge sort algorithm with Example
5. Why Analysis of Algorithm are required and explain different approaches for
analyse an algorithm and also Explain recursion Method.
6. Explain Insertion Sort Algorithm with Example.
7. Explain Bubble Sort Algorithm with Example.
8. Explain Quicksort Algorithm with Example.
9. Explain Selection Sort Algorithm with Example.
10. Explain Counting sort, Shell sort with Example.
11. Explain Bucket sort and Radix Sort with Example.
12. Explain Heap Sort, with time complexity.
13. Explain the use of Divide and Conquer Technique for Binary Search Method. What is
the complexity of Binary Search Method? Explain it with example
14. Explain Quick sort with Example.