mirror of
https://github.com/krahets/hello-algo.git
synced 2025-12-19 07:17:54 +08:00
Fix 结构体 and 类.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
=== "Go"
|
||||
|
||||
```go title=""
|
||||
/* 链表结点类 */
|
||||
/* 链表结点结构体 */
|
||||
type TreeNode struct {
|
||||
Val int
|
||||
Left *TreeNode
|
||||
|
||||
Reference in New Issue
Block a user