I was planning on making a word based game something like Scramble or Boggle. I searched on the internet and found that one of the best way to store the Word List is by using a Trietrie.
My question My question:
Is there a way I can pre-make and populate e Trie Data Structurea trie data structure and send it to the user rather than sending him the whole Word Listword list and then creating the Trie Datatrie data structure at run-time ?