Skip to content

Commit 6c605a3

Browse files
authored
Create Readme.md
1 parent 0f937ec commit 6c605a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DFS/1306.Jump-Game-III/Readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### 1306.Jump-Game-III
2+
3+
基本的搜索,DFS或者BFS均可。在搜索的过程中,任何已经访问过的节点都不需要再访问。因为它们要么是已经证实是通往dead end;要么是当前的探索路径中已经访问过的节点,再访问的话就成环会变死循环。

0 commit comments

Comments
 (0)