01Provides a standalone Trie data structure for fast dictionary lookups and prefix checking
02Determines if a word can be spelled with official Boggle dice using constraint satisfaction
03Solves Boggle boards using depth-first search and Trie-based prefix pruning
040 GitHub stars
05Supports custom word lists and variable board sizes
06Offers an MCP server for seamless integration with large language models