Skip to content

Commit 368b857

Browse files
author
lucifer
committed
fix: typo
1 parent b3f23df commit 368b857

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

thinkings/greedy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ class Solution:
189189
请你返回可以灌溉整个花园的   最少水龙头数目  。如果花园始终存在无法灌溉到的地方,请你返回  -1 。
190190
191191
示例 1:
192-
192+
```
193193
![](https://tva1.sinaimg.cn/large/007S8ZIlly1ghluiubf2gj30bm05xmx4.jpg)
194-
194+
```
195195
输入:n = 5, ranges = [3,4,1,1,0,0]
196196
输出:1
197197
解释:

0 commit comments

Comments
 (0)