Skip to content
  • Sponsor azl397985856/leetcode

  • Notifications You must be signed in to change notification settings
  • Fork 9.5k
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fd82066

Browse files
authoredAug 28, 2021
Merge pull request #504 from xwjdsh/master
2 parents 0f691a9 + a72f556 commit fd82066

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)
Please sign in to comment.