Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e7f9678

Browse files
优化表达
1 parent ac6dfbc commit e7f9678

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎problems/kamacoder/0097.小明逛公园.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ Floyd算法核心思想是动态规划。
100100

101101
这里我们用 grid数组来存图,那就把dp数组命名为 grid。
102102

103-
grid[i][j][k] = m,表示 节点i 到 节点j 以[1...k] 集合为中间节点的最短距离为m。
103+
grid[i][j][k] = m,表示 **节点i 到 节点j 以[1...k] 集合中的一个节点为中间节点的最短距离为m**
104+
104105

105106
可能有录友会想,凭什么就这么定义呢?
106107

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /