The breadth first traversal of a graph is similar to traversing a binary tree ____.
A. node-by-node
B. branch-by-branch
C. root-to-leaf
D. level-by-level
Answer: D
Computer Science & Information Technology
You might also like to view...
In the accompanying figure, the table has _____ rows.?
?
A. ?2 B. ?5 C. ?6 D. ?10
Computer Science & Information Technology
Sorting in a report can be done on only one field
Indicate whether the statement is true or false
Computer Science & Information Technology
The hexadecimal values of 0, 33, 66, and ff are among those that are considered Web-safe
Indicate whether the statement is true or false
Computer Science & Information Technology
A ____ is a marker placed in a program that pauses program execution when it is reached.
A. marker B. pointer C. link D. breakpoint
Computer Science & Information Technology