2014年11月18日

摘要: Min Stack My SubmissionsQuestionSolutionDesign a stack that supports push, pop, top, and retrieving the minimum element in constant time.push(x) -- Pu... 阅读全文
posted @ 2014-11-18 21:25 Yu's Garden 阅读(3685) 评论(0) 推荐(0) 编辑
摘要: Restore IP AddressesMy SubmissionsQuestionSolutionGiven a string containing only digits, restore it by returning all possible valid IP address combina... 阅读全文
posted @ 2014-11-18 20:35 Yu's Garden 阅读(1958) 评论(2) 推荐(0) 编辑
摘要: Longest Common Prefix Total Accepted: 24665 Total Submissions: 92370My SubmissionsQuestionSolutionWrite a function to find the longest common prefix s... 阅读全文
posted @ 2014-11-18 19:47 Yu's Garden 阅读(492) 评论(0) 推荐(0) 编辑
摘要: Regular Expression Matching My Submissions Question Solution Implement regular expression matching with support for '.' and '*'. '.' Matches any singl 阅读全文
posted @ 2014-11-18 13:32 Yu's Garden 阅读(4305) 评论(0) 推荐(1) 编辑

导航