Skip to content

Commit a72f556

Browse files
authored
Update 437.path-sum-iii.md
1 parent 1db81e1 commit a72f556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/437.path-sum-iii.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ var pathSum = function (root, sum) {
112112

113113
## 关键点解析
114114

115-
- 通过 hashmap,以时间换空间
115+
- 通过 hashmap,以空间换时间
116116
- 对于这种连续的元素求和问题,有一个共同的思路,可以参考[这道题目](./560.subarray-sum-equals-k.md)
117117

118118
## 代码

0 commit comments

Comments
 (0)