We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f937ec commit 6c605a3Copy full SHA for 6c605a3
DFS/1306.Jump-Game-III/Readme.md
@@ -0,0 +1,3 @@
1
+### 1306.Jump-Game-III
2
+
3
+基本的搜索,DFS或者BFS均可。在搜索的过程中,任何已经访问过的节点都不需要再访问。因为它们要么是已经证实是通往dead end;要么是当前的探索路径中已经访问过的节点,再访问的话就成环会变死循环。
0 commit comments