摘要: 572. 另一个树的子树 题目来源: "https://leetcode cn.com/problems/subtree of another tree" 题目 给定两个非空二叉树 s 和 t,检验 s 中是否包含和 t 具有相同结构和节点值的子树。s 的一个子树包括 s 的一个节点和这个节点的所有 阅读全文
posted @ 2020-05-07 18:21 "大梦三千秋 阅读(313) 评论(0) 推荐(0) 编辑