Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 472 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 472 Bytes

Solves Discord Spellcast activity
Creates a trie for all possible words then a trie for all valid answers possible from the given grid and bonuses
Scores every valid word then sorts them and returns along with the correct path to achieve the score
Does not calculate for swaps

Building

For use with SpellcastReader requires pybind11 and run the cmake file