mirror of
https://github.com/krahets/hello-algo.git
synced 2026-06-30 17:44:26 +00:00
690 B
690 B
comments, icon
| comments | icon |
|---|---|
| true | material/map-marker-path |
Chapter 13. Backtracking
!!! 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.