Word break problem: Difference between revisions

Content deleted Content added
Peak (talk | contribs)
m →‎{{header|Tailspin}}: Clearer comment
Line 2,055:
 
=={{header|Tailspin}}==
Does a depth-first search (weafter couldgenerating easilyall possibilities on the current level). We could stop looking further after one is found, just add a condition to do nothing if a done-flag is set).
<lang tailspin>
templates wordBreaks&{dict:}