Skip to content

Commit 550823e

Browse files
aQuaaQua
aQua
authored and
aQua
committed
93 finish
1 parent bb61dca commit 550823e

File tree

1 file changed

+2
-1
lines changed
  • Algorithms/0093.restore-ip-addresses

1 file changed

+2
-1
lines changed

Algorithms/0093.restore-ip-addresses/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ return ["255.255.11.135", "255.255.111.35"]. (Order does not matter)
1010
```
1111
## 解题思路
1212

13-
1413
见程序注释
14+
15+
下次做此题,不要用 DFS 方法。普通的递归更快。

0 commit comments

Comments
 (0)