mirror of
https://github.com/krahets/hello-algo.git
synced 2026-05-02 14:33:06 +08:00
Add the initial translation of chapter "backtracking" (#1323)
This commit is contained in:
9
en/docs/chapter_backtracking/index.md
Normal file
9
en/docs/chapter_backtracking/index.md
Normal file
@@ -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