You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After learning about the trie data structure, I wanted to implement one.
I threw together a simple backend that exposes a single endpoint. It uses a trie built with the official Scrabble dictionary (EN) to check if a word is valid.