Constructing Crossword Arrays Faster

We implement an algorithm to build a crossword array for a set of given words based on hashing techniques. In Chapter 6 of my Mathematica GuideBook for Programming, as an example of list manipulations, I discuss how to build a crossword array. While this serves as a good example for more advanced list manipulations, using … Continue reading Constructing Crossword Arrays Faster