摘要: 题目: Given a binary search tree and the lowest and highest boundaries as L and R, trim the tree so that all its elements lies in [L, R] (R >= L). You m 阅读全文
posted @ 2019-05-22 00:35 silentteller 阅读(203) 评论(0) 推荐(0)
摘要: 题目: Given a non-empty special binary tree consisting of nodes with the non-negative value, where each node in this tree has exactly two or zero sub-no 阅读全文
posted @ 2019-05-22 00:25 silentteller 阅读(271) 评论(0) 推荐(0)