Skip to content

imjonathan/WordSquares

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordSquares

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.

Usage

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.

Scrabble Words List

NGram Viewer Frequencies

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.

About

Simple C++ solver for dense word grids

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%