Pergunta de entrevista da empresa Google

Implement a function boolean matches(String text, String pattern) to find match pattern in the string, pattern can be seperated but the order of letters in pattern cannot be changed.

Respostas da entrevista

Sigiloso

11 de abr. de 2012

longest common subsequence

1

Sigiloso

9 de mar. de 2012

Can you please clarify what you mean by order of pattern can be separated.

Sigiloso

11 de abr. de 2012

I think this is a finding a subsequence in a string problem