Skip to content

dwrensha/nicer-trees

Repository files navigation

Nicer Trees Spend Fewer Bytes

Companion code for this video.

visualization

Try the interactive visualization here: https://dwrensha.github.io/nicer-trees/

running the code

To generate solution.js:

$ cargo build --release
$ ./target/release/wordle-decision-tree generate wordle-bigint-code-optimized.txt > solution.js

To attempt to find a better solution:

$ cargo build --release
$ ./target/release/wordle-decision-tree optimize wordle-bigint-code-optimized.txt

submission

Here is the solution submitted to golf.horse after the video was submitted to SoME3.