Skip to content

Instantly share code, notes, and snippets.

@dVakulen
Created January 6, 2018 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dVakulen/6cffa33e24450d9a1ddf92fb3437a20f to your computer and use it in GitHub Desktop.
Save dVakulen/6cffa33e24450d9a1ddf92fb3437a20f to your computer and use it in GitHub Desktop.
Word Break Problem
Distinct requirements:
- Find all possible combinations of characters
- Match each combination entry with desired set
(https://www.geeksforgeeks.org/word-break-problem-using-backtracking/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment