Skip to content

Dynamic programming solution to the "Word Break" problem on LeetCode.

Notifications You must be signed in to change notification settings

mndxpnsn/word-break

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

word-break

Dynamic programming solution to the "Word Break" problem on LeetCode. The problem can be found at: https://leetcode.com/problems/word-break/. The solution to this problem is a variation of the "Rod Cutting" problem in the CLRS book (Introduction to Algorithms, by Cormen et al).