Question d’entretien chez Microsoft

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

Réponse à la question d'entretien

Utilisateur anonyme

23 août 2017

I told him recursive approach and wrote the code.