摘要: 原题链接在这里:https://leetcode.com/problems/burst-balloons/ 题目: Given n balloons, indexed from 0 to n-1. Each balloon is painted with a number on it represe 阅读全文
posted @ 2016-03-26 12:05 Dylan_Java_NYC 阅读(395) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/count-of-range-sum/ 题目: Given an integer array nums, return the number of range sums that lie in [lower, upper]  阅读全文
posted @ 2016-03-26 07:39 Dylan_Java_NYC 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/read-n-characters-given-read4-ii-call-multiple-times/ 题目: The API: int read4(char *buf) reads 4 characters at a 阅读全文
posted @ 2016-03-26 05:03 Dylan_Java_NYC 阅读(404) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/read-n-characters-given-read4/ 题目: The API: int read4(char *buf) reads 4 characters at a time from a file. The r 阅读全文
posted @ 2016-03-26 04:39 Dylan_Java_NYC 阅读(494) 评论(0) 推荐(0) 编辑