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 commentsProblem Recent Solvers4
Suggested Problems
-
Find the longest sequence of 1's in a binary sequence.
6811 Solvers
-
Find relatively common elements in matrix rows
2157 Solvers
-
Test if a Number is a Palindrome without using any String Operations
256 Solvers
-
Getting the indices from a vector
12263 Solvers
-
Visualization of experimental data across a surface
42 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!