随笔分类 -  pat

摘要:1066. Root of AVL Tree (25) An AVL tree is a self balancing binary search tree. In an AVL tree, the heights of the two child subtrees of any node diff 阅读全文
posted @ 2018-04-06 01:25 Dyleaf 阅读(157) 评论(0) 推荐(0)
摘要:1064. Complete Binary Search Tree (30) A Binary Search Tree (BST) is recursively defined as a binary tree which has the following properties: The left 阅读全文
posted @ 2018-04-06 01:20 Dyleaf 阅读(174) 评论(0) 推荐(0)