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 Solvers3
Suggested Problems
-
2524 Solvers
-
Project Euler: Problem 1, Multiples of 3 and 5
3671 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
557 Solvers
-
Calculate the area of a triangle between three points
3419 Solvers
-
396 Solvers
More from this Author308
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!