Update avl_tree

This commit is contained in:
Yudong Jin
2023-02-03 18:58:01 +08:00
parent 70dead5cd0
commit b39b84acba
5 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ using NUnit.Framework;
namespace hello_algo.chapter_tree
{
// Tree class
/* AVL 树 */
class AVLTree
{
public TreeNode? root; // 根节点