This commit is contained in:
krahets
2023-02-28 00:14:16 +08:00
parent bca1245c9b
commit 922c050246
5 changed files with 86 additions and 55 deletions

View File

@@ -44,7 +44,7 @@ comments: true
=== "Go"
```go title=""
/* 链表结点 */
/* 链表结点结构体 */
type TreeNode struct {
Val int
Left *TreeNode