mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-10-31 18:37:48 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			283 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			283 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Backtracking
 | |
| 
 | |
| 
 | |
| 
 | |
| !!! abstract
 | |
| 
 | |
|     Like explorers in a maze, we may encounter obstacles on our path forward.
 | |
| 
 | |
|     The power of backtracking lets us begin anew, keep trying, and eventually find the exit leading to the light.
 | 
