Pergunta de entrevista da empresa Meta

Implement strstr in C

Respostas da entrevista

Sigiloso

26 de jan. de 2011

Is strstr the question asked?

Sigiloso

24 de abr. de 2011

I was asked the same question. I was told that it was not the efficiency of the algorithm that I should care about but the cleanliness and readability of the code. I used a naive brute force approach for the problem and the interviewer was satisfied.