mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 22:46:28 +08:00
10 lines
283 B
Markdown
10 lines
283 B
Markdown
|
# Backtracking
|
||
|
|
||
|
![Backtracking](../assets/covers/chapter_backtracking.jpg)
|
||
|
|
||
|
!!! 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.
|