摘要:
Maximum Depth of N-ary Tree Given a n-ary tree, find its maximum depth. The maximum depth is the number of nodes along the longest path from the root 阅读全文
posted @ 2023-01-22 19:58
iyiluo
阅读(13)
评论(0)
推荐(0)
摘要:
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 and no 阅读全文
posted @ 2023-01-22 19:57
iyiluo
阅读(13)
评论(0)
推荐(0)