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 ca2cffa commit 0881fb5Copy full SHA for 0881fb5
problems/kamacoder/0110.字符串接龙.md
@@ -57,15 +57,20 @@ yhn
57
2 <= N <= 500
58
59
<p>
60
+<<<<<<< HEAD
61
<img src="https://code-thinking-1253855093.file.myqcloud.com/pics/20240529121038.png" alt="" width="50%" />
62
+=======
63
+ <img src="../images/0110.字符串接龙-03.png" alt="" width="50%" />
64
+>>>>>>> d0bd2dc5 (更新图)
65
</p>
66
67
68
## 思路
69
70
以示例1为例,从这个图中可以看出 abc 到 def的路线 不止一条,但最短的一条路径上是4个节点。
71
-
72
+
73
+
74
75
本题只需要求出最短路径的长度就可以了,不用找出具体路径。
76
0 commit comments