Problem 1631. Criss-Cross: NHL - Optimize Matrix Size
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 Solvers3
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2772 Solvers
-
Project Euler: Problem 5, Smallest multiple
1533 Solvers
-
68 Solvers
-
Getting the row and column location from a matrix
292 Solvers
-
Test if two numbers have the same digits
253 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!