mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-03 21:58:48 +08:00
Update binary_tree.md
This commit is contained in:
@ -69,7 +69,6 @@ comments: true
|
||||
this.left = (left === undefined ? null : left) // 左子结点指针
|
||||
this.right = (right === undefined ? null : right) // 右子结点指针
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
=== "TypeScript"
|
||||
|
||||
Reference in New Issue
Block a user