Skip to content

Commit 27355f6

Browse files
iamAntimPalAntim-IWPIamShiwangi
committed
Update readme.md
Co-Authored-By: Antim-IWP <203163676+Antim-IWP@users.noreply.github.com> Co-Authored-By: Shiwangi Srivastava <174641070+IamShiwangi@users.noreply.github.com>
1 parent ae5091a commit 27355f6

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Solution/437. Path Sum III/readme.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
Sure! Here's the complete LeetCode-style `README.md` file for **437. Path Sum III**, in the format consistent with the ones from the `doocs/leetcode` GitHub repository.
21

3-
---
4-
5-
```markdown
62
# 437. Path Sum III
7-
3+
---
84
## Description
95

106
Given the `root` of a binary tree and an integer `targetSum`, return *the number of paths where the sum of the values along the path equals* `targetSum`.
@@ -245,6 +241,3 @@ impl Solution {
245241
**Difficulty:** Medium
246242
**Related Topics:** Prefix Sum, Recursion
247243
**Link:** [437. Path Sum III](https://leetcode.com/problems/path-sum-iii)
248-
```
249-
250-
Let me know if you want the Chinese version, or a `.md` file to download.

0 commit comments

Comments
 (0)