摘要: Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpo... 阅读全文
posted @ 2015-04-28 21:53 TonyLuis 阅读(221) 评论(0) 推荐(0)
摘要: Implement regular expression matching with support for '.' and '*'.'.' Matches any single character.'*' Matches zero or more of the preceding element.... 阅读全文
posted @ 2015-04-28 21:16 TonyLuis 阅读(315) 评论(0) 推荐(0)