摘要: 原题链接在这里:https://leetcode.com/problems/range-addition-ii/description/ 题目: Given an m * n matrix M initialized with all 0's and several update operation 阅读全文
posted @ 2017-09-14 08:38 Dylan_Java_NYC 阅读(130) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/range-addition/description/ 题目: Assume you have an array of length n initialized with all 0's and are given k up 阅读全文
posted @ 2017-09-14 08:27 Dylan_Java_NYC 阅读(273) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/minimum-index-sum-of-two-lists/description/ 题目: Suppose Andy and Doris want to choose a restaurant for dinner, a 阅读全文
posted @ 2017-09-14 05:05 Dylan_Java_NYC 阅读(145) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/binary-tree-tilt/description/ 题目: Given a binary tree, return the tilt of the whole tree. The tilt of a tree nod 阅读全文
posted @ 2017-09-14 01:42 Dylan_Java_NYC 阅读(176) 评论(0) 推荐(0)