Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d0bd2dc

Browse files
更新图
1 parent 8b32348 commit d0bd2dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

5959
<p>
60-
<img src="../images/0110.字符串接龙-01.png" alt="" width="50%" />
60+
<img src="../images/0110.字符串接龙-03.png" alt="" width="50%" />
6161
</p>
6262

6363

6464
## 思路
6565

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

68-
![](../images/0110.字符串接龙-02.png)
68+
![](../images/0110.字符串接龙-03.png)
6969

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

0 commit comments

Comments
 (0)