Questions d'entretien
Entretien pour Senior Software Development Engineer In Test (SDET)
-Seattle, WA
Microsoftfinad all plaindromes ina string.
Répondre
Réponses aux questions d'entretien
2 réponse(s)
▲
0
▼
vector findAllPalindrome ( string str) { vector stack; vector result; string buff = ""; int len = str.length(); if (len == 0) return result; stack.push_back(str[0]); for (int i = 1; i
Eric le
▲
1
▼
i couldn't really come up with decent code for this, and i think this was the turning point in the interview which otherwise was going alright.
Utilisateur anonyme le
Ajouter des réponses ou des commentaires
Pour commenter ceci, connectez-vous ou inscrivez-vous.