Pregunta de entrevista de Microsoft

1) Given 2 strings, remove every instance of every letter in the second string from the first string. Then do it without shifting letters in the first string or creating another string. 2) What is the most efficient way of checking if a letter in the second string is in the first string in the previous problem? What if you're using all ASCII characters? What if you're using the entire Unicode character set?

Respuestas de entrevistas

Anónimo

8 abr 2016

What is the answer to this question???pleassse especially without creating a decond string

Anónimo

12 ago 2014

Thought it wasn't too hard overall