A simple C++ solver for dense word grids.
See this YouTube Video for the best explanation.
NOTE: This repository is not actively maintained and is for reference only.
To use this solver, you'll need a list of valid words and a word frequency list. If you'd like to use the same files as shown in the video, download links are provided below.
You'll need to update the DICTIONARY and FREQ_FILTER paths to reference these files. These and other parameters are found on the top of main.cpp. Modify these to try different kinds of word grids. Basic documentation is provided in this file.