...

/

Quiz Yourself on Adding Constraints to Random Walks

Quiz Yourself on Adding Constraints to Random Walks

Test your understanding of the Hunt-and-Kill and the Recursive Backtracker algorithms.

We'll cover the following...
Technical Quiz
1.

How long does the random walk phase of the Hunt-and-Kill algorithm last?

A.

Until the current cell has no unvisited neighbors.

B.

Until a specific target cell is reached.

C.

Until the maze is complete.

D.

Until a specified number of steps have been taken.


1 / 5