Saturday, 24 August 2013

Best way to implement Kleen star (closure) operation in C or C++?

Best way to implement Kleen star (closure) operation in C or C++?

Assume that I have a string "AAAB" and a pattern "A*B". How do I check
that the string matches with pattern?

No comments:

Post a Comment