Given the List of NHL Teams, fit all in a minimum area Criss-Cross with no invalid words, no duplications, and all connected.
Input: Dictionary (cell array)
Output: Array of Char (spaces indicated by char(96))
Score: Numer of Elements in Array (including unused)
Example:
dict={'abc' 'cat'}
Output: ['abc';'``a';'``t']
abc ``a ``t
Score: 9
Related Challenges:
2) Create Criss-Cross dictionary from a matrix
3) Games Magazine Contest 8/31/2013
74 Solvers
Convert Hard Drive marketing sizes to actual data sizes
50 Solvers
72 Solvers
Getting the indices from a matrice
268 Solvers
Solve Rubik's Cube - Up to Two Face Moves
4 Solvers
Problem Tags