原文链接: https://leetcode-cn.com/problems/successor-lcci
英文原文Write an algorithm to find the "next" node (i.e.,
标签详情
二叉搜索树 分类
原文链接: https://leetcode-cn.com/problems/er-cha-sou-suo-shu-yu-shuang-xiang-lian-biao-lcof
中文题目输入一棵二叉搜索树,将该二叉搜索树转换成一个排序的
原文链接: https://leetcode-cn.com/problems/er-cha-sou-suo-shu-de-hou-xu-bian-li-xu-lie-lcof
中文题目输入一个整数数组,判断该数组是不是某二叉搜索树的后序
原文链接: https://leetcode-cn.com/problems/er-cha-sou-suo-shu-de-di-kda-jie-dian-lcof
中文题目给定一棵二叉搜索树,请找出其中第k大的节点。
原文链接: https://leetcode-cn.com/problems/er-cha-sou-suo-shu-de-zui-jin-gong-gong-zu-xian-lcof
中文题目给定一个二叉搜索树, 找到该树中两个指定节点
原文链接: https://leetcode-cn.com/problems/bst-sequences-lcci
英文原文A binary search tree was created by traversing through a
原文链接: https://leetcode-cn.com/problems/binode-lcci
英文原文The data structure TreeNode is used for binary tree,
原文链接: https://leetcode-cn.com/problems/NYBBNL
中文题目给你一棵二叉搜索树,请 按中序遍历 将其重新排列为一棵递增顺序搜索树,使树中最左边的节点成为树的根节点,并且每个节点没有左子节
原文链接: https://leetcode-cn.com/problems/P5rCT8
中文题目给定一棵二叉搜索树和其中的一个节点 p ,找到该节点在树中的中序后继。如果节点没有中序后继,请返回 null 。
节点 p&
原文链接: https://leetcode-cn.com/problems/w6cpku
中文题目给定一个二叉搜索树,请将它的每个节点的值替换成树中大于或者等于该节点值的所有节点值之和。
提醒一下,二叉搜索树满足下列