Fork me on GitHub
摘要: You are given a list of non-negative integers, a1, a2, ..., an, and a target, S. Now you have 2 symbols + and -. For each integer, you should choose o 阅读全文
posted @ 2017-06-20 20:44 hellowOOOrld 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 转载自:http://www.cnblogs.com/jeromeblog/p/3396494.html 图形是呈现数据的一种直观方式,在用Matlab进行数据处理和计算后,我们一般都会以图形的形式将结果呈现出来。尤其在论文的撰写中,优雅的图形无疑会为文章加分。本篇文章非完全原创,我的工作就是把见到 阅读全文
posted @ 2017-06-20 19:23 hellowOOOrld 阅读(399) 评论(0) 推荐(0) 编辑
摘要: Given a list of non-negative numbers and a target integer k, write a function to check if the array has a continuous subarray of size at least 2 that 阅读全文
posted @ 2017-06-20 17:07 hellowOOOrld 阅读(256) 评论(0) 推荐(0) 编辑