mirror of
https://github.com/krahets/hello-algo.git
synced 2026-05-12 11:37:08 +08:00
build
This commit is contained in:
@@ -44,7 +44,7 @@ comments: true
|
||||
=== "Go"
|
||||
|
||||
```go title=""
|
||||
/* 链表结点类 */
|
||||
/* 链表结点结构体 */
|
||||
type TreeNode struct {
|
||||
Val int
|
||||
Left *TreeNode
|
||||
|
||||
Reference in New Issue
Block a user