Skip to content

Commit 0881fb5

Browse files
更新图
1 parent ca2cffa commit 0881fb5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

problems/kamacoder/0110.字符串接龙.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,20 @@ yhn
5757
2 <= N <= 500
5858

5959
<p>
60+
<<<<<<< HEAD
6061
<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 (更新图)
6165
</p>
6266
6367

6468
## 思路
6569

6670
以示例1为例,从这个图中可以看出 abc 到 def的路线 不止一条,但最短的一条路径上是4个节点。
6771

68-
![](https://code-thinking-1253855093.file.myqcloud.com/pics/20240529121038.png)
72+
![](https://code-thinking-1253855093.file.myqcloud.com/pics/20250317105155.png)
73+
6974

7075
本题只需要求出最短路径的长度就可以了,不用找出具体路径。
7176

0 commit comments

Comments
 (0)