Files
hello-algo/en/docs/chapter_backtracking/index.md
T
krahets 3c9d5689c4 build
2025-12-31 19:37:45 +08:00

690 B

comments, icon
comments icon
true material/map-marker-path

Chapter 13.   Backtracking

Backtracking{ class="cover-image" }

!!! abstract

We are like explorers in a maze, and may encounter difficulties on the path forward.

The power of backtracking allows us to start over, keep trying, and eventually find the exit leading to light.

Chapter contents