https://github.com/raypereda/word-break-problem
https://github.com/raypereda/word-break-problem
dynamic-programming word-break word-break-problem
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/raypereda/word-break-problem
- Owner: raypereda
- Created: 2018-09-10T03:31:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T21:19:47.000Z (about 7 years ago)
- Last Synced: 2025-12-04T02:50:16.999Z (6 months ago)
- Topics: dynamic-programming, word-break, word-break-problem
- Language: Go
- Homepage:
- Size: 2.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# word-break-problem
Given a sentence without spaces and dictionary, find a breakup of the sentence into the words if possible.