Domanda di colloquio di Microsoft

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

Risposta di colloquio

Anonimo

23 ago 2017

I told him recursive approach and wrote the code.