Data Structures and Algorithms – Multiple Choice Questions (MCQs)
-
-
14. The operation of adding an element to a queue is called:
-
15. The operation of removing an element from a queue is called:
-
16. What is a tree data structure?
-
17. The topmost node in a tree is called:
-
18. A node with no children is called:
-
19. What is a binary tree?
-
20. What is a complete binary tree?
-
21. What is a full binary tree?
-
22. What is a binary search tree (BST)?
-
23. What is the time complexity of searching for an element in a balanced binary search tree?
-
24. What is a heap data structure?