摘要: 原题链接在这里:https://leetcode.com/problems/lowest-common-ancestor-of-deepest-leaves/ 题目: Given a rooted binary tree, return the lowest common ancestor of i 阅读全文
posted @ 2019-12-15 10:58 Dylan_Java_NYC 阅读(435) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/maximum-vacation-days/ 题目: LeetCode wants to give one of its best employees the option to travel among N cities 阅读全文
posted @ 2019-12-15 10:40 Dylan_Java_NYC 阅读(273) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/snapshot-array/ 题目: Implement a SnapshotArray that supports the following interface: SnapshotArray(int length) i 阅读全文
posted @ 2019-12-15 07:42 Dylan_Java_NYC 阅读(428) 评论(0) 推荐(0)