Exam 9: Searching and Sorting
Exam 1: Introduction36 Questions
Exam 2: Analysis of Algorithms31 Questions
Exam 3: Introduction to Collections - Stacks49 Questions
Exam 4: Linked Structures - Stacks51 Questions
Exam 5: Queues28 Questions
Exam 6: Lists42 Questions
Exam 7: Iterators32 Questions
Exam 8: Recursion57 Questions
Exam 9: Searching and Sorting54 Questions
Exam 10: Trees47 Questions
Exam 11: Binary Search Trees50 Questions
Exam 12: Heaps and Priority Queues29 Questions
Exam 13: Sets and Maps47 Questions
Exam 14: Multi-Way Search Trees47 Questions
Exam 15: Graphs29 Questions
Exam 16: UML16 Questions
Exam 17: Object-Oriented Design54 Questions
Select questions type
A balanced N-ary tree with n elements will have height ______.
(Short Answer)
4.8/5
(33)
What are the advantages and disadvantages of the simulated link strategy?
(Essay)
4.8/5
(28)
In general, a balanced n-ary tree with m elements will have height _______.
(Multiple Choice)
4.9/5
(46)
___________ traversal means visit the nodes at each level, one level at at time, starting with the root.
(Multiple Choice)
4.8/5
(43)
-In the computational strategy to implement a tree with an array, the children of node n are stored at _____.

(Short Answer)
4.8/5
(41)
________ traversal means visit the left child, then the right child, then the node.
(Multiple Choice)
4.8/5
(38)
-For the binary tree shown, list the elements in the order generated by an InOrder traversal.

(Short Answer)
4.9/5
(45)
-For the binary tree shown, list the elements in the order generated by an PreOrder traversal.

(Short Answer)
4.9/5
(39)
Which method of traversing a tree would result in a sorted list for a binary search tree?
(Essay)
4.9/5
(43)
Showing 41 - 54 of 54
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)