随笔分类 -  leetcode题解

摘要:题目连接https://leetcode.com/problems/range-sum-query-immutable/Range Sum Query - ImmutableDescriptionGiven an integer arraynums, find the sum of the elem... 阅读全文
posted @ 2015-12-01 19:59 GadyPu 阅读(194) 评论(0) 推荐(0)
摘要:题目连接https://leetcode.com/problems/range-sum-query-mutable/Range Sum Query - MutableDescriptionGiven an integer arraynums, find the sum of the elements... 阅读全文
posted @ 2015-12-01 19:55 GadyPu 阅读(197) 评论(0) 推荐(0)
摘要:题目连接https://leetcode.com/problems/minimum-height-trees/Minimum Height TreesDescriptionFor a undirected graph with tree characteristics, we can choose ... 阅读全文
posted @ 2015-12-01 19:46 GadyPu 阅读(329) 评论(0) 推荐(0)