Skip to content

Commit ebf87c9

Browse files
committed
二叉树的所有路径
1 parent f51412e commit ebf87c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/0257.二叉树的所有路径.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ class Solution:
352352
Go:
353353

354354
JavaScript:
355-
递归版本
355+
1.递归版本
356356
```javascript
357357
var binaryTreePaths = function(root) {
358358
//递归遍历+递归三部曲

0 commit comments

Comments
 (0)