soulmachine / leetcode

LeetCode题解,151道题完整版。
BSD 3-Clause "New" or "Revised" License
11.27k stars 3.43k forks source link

Regular Expression Matching #79

Open Howiezhang226 opened 8 years ago

Howiezhang226 commented 8 years ago

I do not think the time complexity of your code is O (n) but I am not sure what it should be.