NFA解决leetcode正则表达式匹配问题 https://github.com/SumingYin/NFA2RegularExpression 已通过leetcode测试,采用的是贪婪匹配(尝试不使用贪婪匹配时,代码测试时间超出限制)