Add the initial translation of chapter "backtracking" (#1323)

This commit is contained in:
Yudong Jin
2024-05-01 05:57:01 +08:00
committed by GitHub
parent 3bd416600e
commit 3eb929ca6d
34 changed files with 760 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# 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.