Skip to content

csse2002/strands-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strands Solver

This is a simple solver for the NYT strands crossword.

A trie is used to generate all possible word combinations in the grid. DLX (Dancing Links AlgorithmX) is then used to find all exact coverings of the grid using the identified words.

This is intented as an exercise to demonstrate how to take a poorly structured codebase and refactor it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages