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
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers5
Suggested Problems
-
314 Solvers
-
470 Solvers
-
Number of 1s in a binary string
11578 Solvers
-
Sum the elements in either diagonal of a square matrix
223 Solvers
-
Apply a function array to an array of numbers
103 Solvers
More from this Author306
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!