Skip to content

Commit 55cccbc

Browse files
committed
updated path sum soln
1 parent 28fcee0 commit 55cccbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leetcode/path_sum.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
// }
5050
// }
5151

52-
// # Solution
52+
// # Solution
5353
// Time complexity: O(n)
5454
// Space complexity: O(h) - Where h is the height of the tree
5555

0 commit comments

Comments
 (0)