An iterative BFS traversal algorithm uses a(n) ______.
a) list
b) array
c) queue
d) stack
c.
Computer Science & Information Technology
You might also like to view...
In Access, ________ was designed with the functionality to connect to a wide range of external data sources
A) EOF B) ADO C) DAO D) RDO
Computer Science & Information Technology
Answer the following statements true (T) or false (F)
1. In row-processing logic, all members of the first row of an array are accessed first. 2. In row-major order, the first subscript varies the most rapidly. 3. Given the term MONTH(I), I is the sub scripted variable name. 4. Given the term GRID(ROW, COLUMN), GRID is the array name. 5. The Rth value in the one-dimensional array GRADE is referred to by GRADE(R).
Computer Science & Information Technology