Plese help on trie implememtation

Revision en1, by Secret.Codes, 2017-08-18 06:26:22

i use 2D array for trie.

I want to learn how to declare memory of 2D array.

let i will insert n string , each string's length will be at most m.

Now how to declare 2D array and why??

please explain.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Secret.Codes 2017-08-18 06:26:22 243 Initial revision (published)