摘要: Implement a SnapshotArray that supports the following interface: SnapshotArray(int length) initializes an array-like data structure with the given len 阅读全文
posted @ 2020-01-09 12:47 蠢材少年 阅读(158) 评论(0) 推荐(0) 编辑
摘要: link to problem Description: Given a rooted binary tree, return the lowest common ancestor of its deepest leaves. Recall that: The node of a binary tr 阅读全文
posted @ 2020-01-09 11:37 蠢材少年 阅读(132) 评论(0) 推荐(0) 编辑