摘要: 572. Subtree of Another Tree Given the roots of two binary trees root and subRoot, return true if there is a subtree of root with the same structure a 阅读全文
posted @ 2023-02-06 18:01 AaronTanooo 阅读(23) 评论(0) 推荐(0)
摘要: 100. Same Tree Given the roots of two binary trees p and q, write a function to check if they are the same or not. Two binary trees are considered the 阅读全文
posted @ 2023-02-06 16:22 AaronTanooo 阅读(20) 评论(0) 推荐(0)