Guess the word!
This is currently an attempted implementation of a perfect "word game" solver. The current iteration of the solver appears capable of generating a perfect decision tree, but is far too imperformant to do so within a reasonable amount of time.
Once we can generate decision trees quickly, this repo might be extended to include utilities / a published web interface.
PRs contain details on experimentation towards improving search performance.
cargo run --example test_parity --release word_lists/very-common.txtcargo build --example calc_decision_tree --release && time ./target/release/examples/calc_decision_tree word_lists/test.txt