Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c9845b1

Browse files
修改 0108.将有序数组转换为二叉搜索树.md 注释
1 parent 79623eb commit c9845b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/0108.将有序数组转换为二叉搜索树.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ var sortedArrayToBST = function (nums) {
375375
};
376376
```
377377

378-
##C
378+
## C
379379
递归
380380
```c
381381
struct TreeNode* traversal(int* nums, int left, int right) {

0 commit comments

Comments
 (0)