mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 21:24:53 +08:00
Update avl_tree
This commit is contained in:
@ -6,7 +6,7 @@ package chapter_tree
|
||||
|
||||
import . "github.com/krahets/hello-algo/pkg"
|
||||
|
||||
/* AVL Tree*/
|
||||
/* AVL 树 */
|
||||
type avlTree struct {
|
||||
// 根节点
|
||||
root *TreeNode
|
||||
|
||||
Reference in New Issue
Block a user