Microsoft Interview Question

Given regular expression and a string, check if string can be formed from the regular expression.

Interview Answer

Anonymous

Aug 23, 2017

I told him recursive approach and wrote the code.