mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 12:58:42 +08:00
Update avl_tree
This commit is contained in:
@ -8,7 +8,7 @@ package chapter_tree;
|
||||
|
||||
import include.*;
|
||||
|
||||
// Tree class
|
||||
/* AVL 树 */
|
||||
class AVLTree {
|
||||
TreeNode root; // 根节点
|
||||
|
||||
|
||||
Reference in New Issue
Block a user