摘要:
Find the contiguous subarray within an array (containing at least one number) which has the largest product.For example, given the array[2,3,-2,4],the... 阅读全文
摘要:
Given a 2D board containing'X'and'O', capture all regions surrounded by'X'.A region is captured by flipping all'O's into'X's in that surrounded region... 阅读全文
posted @ 2013-08-30 19:15
Avril
阅读(1850)评论(0)推荐(0)
摘要:
http://blog.csdn.net/abcbc/article/details/8943485具体的题目描述为:Givennnon-negative integers representing the histogram's bar height where the width of each... 阅读全文
posted @ 2013-08-24 01:21
Avril
阅读(8555)评论(3)推荐(1)