Question d’entretien chez Block

String segmentation question (e.g. given string "therearefourwords" separate it out into "there are four words")

Réponse à la question d'entretien

Utilisateur anonyme

13 oct. 2015

I coded a recursive implementation which returned the list of all the possible output strings. Not the efficient dynamic programming solution but it passed me through the first round of interviewing.