Skip to content

Commit 866e237

Browse files
committedApr 25, 2022
feat: update solutions to lc problem: No.0743
No.0743.Network Delay Time
1 parent 991e138 commit 866e237

File tree

6 files changed

+234
-205
lines changed

6 files changed

+234
-205
lines changed
 

Diff for: ‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,11 @@
111111
- [由单个字符重复的最长子字符串](/solution/2200-2299/2213.Longest%20Substring%20of%20One%20Repeating%20Character/README.md) - 线段树、动态最大子段和模型
112112
- [矩形面积 II](/solution/0800-0899/0850.Rectangle%20Area%20II/README.md) - 线段树、离散化、扫描线
113113

114-
<!-- 待补充
115114
### 5. 图论
116115

116+
- [网络延迟时间](/solution/0700-0799/0743.Network%20Delay%20Time/README.md) - 最短路、Dijkstra 算法、Bellman Ford 算法、SPFA 算法
117+
118+
<!-- 待补充
117119
### 6. 数学知识
118120
-->
119121

Diff for: ‎README_EN.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,11 @@ Complete solutions to [LeetCode](https://leetcode.com/problemset/all/), [LCOF](h
107107
- [Longest Substring of One Repeating Character](/solution/2200-2299/2213.Longest%20Substring%20of%20One%20Repeating%20Character/README_EN.md) - Segment Tree
108108
- [Rectangle Area II](/solution/0800-0899/0850.Rectangle%20Area%20II/README_EN.md) - Segment Tree, Discretization, Line Sweep
109109

110-
<!--
111110
### 5. Graph Theory
112111

112+
- [Network Delay Time](/solution/0700-0799/0743.Network%20Delay%20Time/README_EN.md) - Shortest Path, Dijkstra, Bellman Ford, SPFA
113+
114+
<!--
113115
### 6. Mathematical Knowledge
114116
-->
115117

0 commit comments

Comments
 (0)