mirror of
https://github.com/krahets/hello-algo.git
synced 2025-12-19 07:17:54 +08:00
Update avl_tree
This commit is contained in:
@@ -9,7 +9,7 @@ using NUnit.Framework;
|
||||
|
||||
namespace hello_algo.chapter_tree
|
||||
{
|
||||
// Tree class
|
||||
/* AVL 树 */
|
||||
class AVLTree
|
||||
{
|
||||
public TreeNode? root; // 根节点
|
||||
|
||||
Reference in New Issue
Block a user