摘要: 原题链接在这里:https://leetcode.com/problems/wildcard-matching/ 题目: Implement wildcard pattern matching with support for '?' and '*'. '?' Matches any single 阅读全文
posted @ 2015-11-10 12:30 Dylan_Java_NYC 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/regular-expression-matching/ 题目: Implement regular expression matching with support for '.' and '*'. 题解: When it 阅读全文
posted @ 2015-11-10 03:26 Dylan_Java_NYC 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/valid-number/ 题目: Validate if a given string can be interpreted as a decimal number. Some examples:"0" => true" 阅读全文
posted @ 2015-11-10 01:48 Dylan_Java_NYC 阅读(218) 评论(0) 推荐(0) 编辑