Pergunta de entrevista da empresa 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?

Respostas da entrevista

Sigiloso

8 de abr. de 2016

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

Sigiloso

12 de ago. de 2014

Thought it wasn't too hard overall