NEOCODE

Topological Sort, Transform and Conquer, Balanced Search Trees MCQs

1. What is the time complexity of Topological Sort using DFS?

2. Which of the following is true about Topological Sort?

3. What is the main idea behind Transform and Conquer: Presorting?

4. Which of the following is an example of Transform and Conquer: Presorting?

5. What is the time complexity of finding the minimum and maximum in an unsorted array?

6. Which of the following is a balanced search tree?

7. What is the time complexity of searching in a balanced search tree?

8. Which of the following is true about AVL Trees?

9. What is the time complexity of inserting an element into a Red-Black Tree?

10. Which of the following is true about Transform and Conquer?

11. What is the time complexity of finding the minimum and maximum in a sorted array?

12. Which of the following is true about Red-Black Trees?

13. What is the time complexity of deleting an element from a balanced search tree?

14. Which of the following is true about Presorting?

15. What is the time complexity of finding the minimum and maximum in a balanced search tree?