employer cover photo
employer logo
employer logo

Kensho Technologies

Fait partie de S&P Global

Est-ce votre entreprise ?

Question d’entretien chez Kensho Technologies

Is a given string a pangram?

Réponse à la question d'entretien

Utilisateur anonyme

11 janv. 2018

Normalize the string (to lower case, remove any non-letter) Split the string into an array Spread the array over a new Set to get unique values or filter the array down to unique values If the length is 26- it is a pangram

1