mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-18 01:36:07 +00:00
Add the initial translation of chapter "backtracking" (#1323)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user