Skip to content

Commit

Permalink
📝 update README-zh-cn.md
Browse files Browse the repository at this point in the history
  • Loading branch information
linhe0x0 committed Mar 14, 2017
1 parent 1cff17d commit 587ca1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
![Alt text](/Images/bellman-ford.gif?raw=true "Bellman-Ford")

#### Floyd-Warshall 算法
* *Floyd-Warshall 算法* 能够用于在无环带权图中寻找任意节点的最短路径。
* **Floyd-Warshall 算法** 能够用于在无环带权图中寻找任意节点的最短路径。
* 时间复杂度:
* 最优时间: `O(|V|^3)`
* 最坏时间: `O(|V|^3)`
Expand Down

0 comments on commit 587ca1b

Please sign in to comment.