Skip to main content
fixed grammar and formatting.
Source Link
House
  • 73.5k
  • 17
  • 188
  • 276

Storing and sending English word list using Trietrie data structure .. some doubts

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  ?

Storing English word list using Trie data structure .. some doubts

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 Trie.

My question :

  Is there a way I can pre-make and populate e Trie Data Structure and send it to the user rather than sending him the whole Word List and then creating the Trie Data structure at run-time  ?

Storing and sending English word list using trie data structure

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 trie.

My question: Is there a way I can pre-make and populate a trie data structure and send it to the user rather than sending him the whole word list and then creating the trie data structure at run-time?

Source Link

Storing English word list using Trie data structure .. some doubts

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 Trie.

My question :

Is there a way I can pre-make and populate e Trie Data Structure and send it to the user rather than sending him the whole Word List and then creating the Trie Data structure at run-time ?