Algorithm to generate a crossword
Posted
by nickf
on Stack Overflow
See other posts from Stack Overflow
or by nickf
Published on 2009-06-03T04:52:45Z
Indexed on
2010/04/11
18:43 UTC
Read the original article
Hit count: 436
Given a list of words, how would you go about arranging them into a crossword grid?
It wouldn't have to be like a "proper" crossword puzzle which is symmetrical or anything like that: basically just output a starting position and direction for each word.
© Stack Overflow or respective owner