mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-08 21:46:06 +00:00
feat(go/tree): support array binary tree (#655)
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
. "github.com/krahets/hello-algo/pkg"
|
||||
)
|
||||
|
||||
var nums []int
|
||||
var nums []any
|
||||
|
||||
/* 前序遍历 */
|
||||
func preOrder(node *TreeNode) {
|
||||
|
||||
Reference in New Issue
Block a user