Pergunta de entrevista da empresa IBM

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.

Respostas da entrevista

Sigiloso

2 de dez. de 2016

Was this the only interview round?

Sigiloso

2 de dez. de 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?

1

Sigiloso

2 de jan. de 2017

Was it more java or python base ?