摘要:
题目:Implement regular expression matching with support for '.' and '*'.'.' Matches any single character.'*' Matches zero or more of the preceding elem... 阅读全文
posted @ 2014-08-06 03:13
爱做饭的小莹子
阅读(5354)
评论(2)
推荐(1)
摘要:
题目:Given two words (start and end), and a dictionary, find all shortest transformation sequence(s) from start to end, such that:Only one letter can b... 阅读全文
posted @ 2014-08-06 00:04
爱做饭的小莹子
阅读(3850)
评论(0)
推荐(0)