mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-04 03:00:06 +08:00
fix binary_search_tree code
This commit is contained in:
@@ -9,7 +9,7 @@ const { printTree } = require('../modules/PrintUtil');
|
||||
|
||||
/* AVL 树*/
|
||||
class AVLTree {
|
||||
/*构造方法*/
|
||||
/* 构造方法 */
|
||||
constructor() {
|
||||
this.root = null; //根节点
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user