标签归档:二叉查找树

LEETCODE 230. Kth Smallest Element in a BST 解题思路分析

题目大意: 二叉搜索树中第K小的元素 给定一个二叉搜索树,编写一个函数 kthS … 继续阅读

发表在 leetcode | 标签为 , , , , | 留下评论

LEETCODE 1008. Construct Binary Search Tree from Preorder Traversal 解题思路分析

题目大意: 先序遍历构造二叉树 返回与给定先序遍历 preorder … 继续阅读

发表在 leetcode | 标签为 , , , , , | 留下评论

LEETCODE 1382. Balance a Binary Search Tree

题目大意: 将二叉搜索树变平衡 给你一棵二叉搜索树,请你返回一棵 平衡 … 继续阅读

发表在 leetcode | 标签为 , , , | 留下评论

LEETCODE 1373. Maximum Sum BST in Binary Tree 解题思路分析

题目大意: 二叉搜索子树的最大键值和 给你一棵以 root  … 继续阅读

发表在 leetcode | 标签为 , , , | 留下评论

LEETCODE 897. Increasing Order Search Tree 解题思路分析

题目大意: 递增顺序查找树 给定一个树,按中序遍历重新排列树,使树中最左边的结点 … 继续阅读

发表在 leetcode | 标签为 , , , , | 留下评论

LEETCODE 1305. All Elements in Two Binary Search Trees 解题思路分析

题目大意: 两棵二叉搜索树中的所有元素 给你 root1 和 … 继续阅读

发表在 leetcode | 标签为 , , , , | 留下评论