01 2020 档案

摘要: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 蠢材少年 阅读(165) 评论(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 蠢材少年 阅读(138) 评论(0) 推荐(0)
摘要:link to problem Description: Given two strings text1 and text2, return the length of their longest common subsequence. A subsequence of a string is a 阅读全文
posted @ 2020-01-06 08:23 蠢材少年 阅读(238) 评论(0) 推荐(0)