Given a few strings that have essentially the same alphabetic characters but differing case, punctuation, etc, return the least common denominator output that defaults to the first string given.
Respuestas de entrevistas
Anónimo
2 dic 2016
Was this the only interview round?
Anónimo
2 dic 2016
@darryl no, this was the online coding interview. the next, in-person, interview had questions that weren't super involved. I remember one question. Given a set of numbers {1, 2, ... n} but with one missing element, what is the missing element?