Skip to content

Commit a324015

Browse files
authored
Update 119. _Pascal's_Triangle_II.md
1 parent 5f1af9e commit a324015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Leetcode_Solutions/Python/119. _Pascal's_Triangle_II.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Could you optimize your algorithm to use only O(k) extra space?
3535
> 思路 1
3636
******- 时间复杂度: O(k^2)******- 空间复杂度: O(k)******
3737

38-
太简单了,注意一点算数就好
38+
太简单了,注意一点算数就好, beats 99.89%
3939

4040

4141
```python

0 commit comments

Comments
 (0)