mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-29 03:36:28 +08:00
678 B
678 B
comments | icon |
---|---|
true | material/map-marker-path |
Chapter 13. Backtracking
!!! abstract
Like explorers in a maze, we may encounter difficulties on our path forward.
The power of backtracking allows us to start over, keep trying, and eventually find the exit to the light.