Files
hello-algo/en/docs/chapter_backtracking/index.md
T
krahets 2b8612bc41 build
2026-07-19 03:42:10 +08:00

730 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