原文链接: https://leetcode-cn.com/problems/first-common-ancestor-lcci
英文原文Design an algorithm and write code to find the f
标签详情
树 分类
原文链接: https://leetcode-cn.com/problems/check-subtree-lcci
英文原文T1 and T2 are two very large binary trees. Create a
原文链接: https://leetcode-cn.com/problems/zhong-jian-er-cha-shu-lcof
中文题目输入某二叉树的前序遍历和中序遍历的结果,请构建该二叉树并返回其根节点。
假设输入的前序遍历和中
原文链接: https://leetcode-cn.com/problems/shu-de-zi-jie-gou-lcof
中文题目输入两棵二叉树A和B,判断B是不是A的子结构。(约定空树不是任意一个树的子结构)
B是A的子结构, 即
原文链接: https://leetcode-cn.com/problems/er-cha-shu-de-jing-xiang-lcof
中文题目请完成一个函数,输入一个二叉树,该函数输出它的镜像。
例如输入:
&nb
原文链接: https://leetcode-cn.com/problems/dui-cheng-de-er-cha-shu-lcof
中文题目请实现一个函数,用来判断一棵二叉树是不是对称的。如果一棵二叉树和它的镜像一样,那么它是对称的
原文链接: https://leetcode-cn.com/problems/er-cha-sou-suo-shu-yu-shuang-xiang-lian-biao-lcof
中文题目输入一棵二叉搜索树,将该二叉搜索树转换成一个排序的
原文链接: https://leetcode-cn.com/problems/xu-lie-hua-er-cha-shu-lcof
中文题目请实现两个函数,分别用来序列化和反序列化二叉树。
你需要设计一个算法来实现二叉树的序列化与反序
原文链接: https://leetcode-cn.com/problems/cong-shang-dao-xia-da-yin-er-cha-shu-lcof
中文题目从上到下打印出二叉树的每个节点,同一层的节点按照从左到右的顺序打印
原文链接: https://leetcode-cn.com/problems/cong-shang-dao-xia-da-yin-er-cha-shu-ii-lcof
中文题目从上到下按层打印二叉树,同一层的节点按从左到右的顺序打印,每