Domanda di colloquio di Block

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

Risposta di colloquio

Anonimo

13 ott 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.