What is a common mistake in Deep Dive: Shortest Bridge and Maze Problems?
Practice this question from Quiz: Deep Dive: Shortest Bridge and Maze Problems, with options and an explanation.
Question
What is a common mistake in Deep Dive: Shortest Bridge and Maze Problems?
Option A — Correct answer
Forcing the base template without adding required state
Option B
Writing a small dry run
Option C
Naming the pattern
Option D
Testing a boundary case
Explanation
This is the most likely implementation risk for this chapter.