Trie Implementation help

Revision en1, by AMR-KELEG, 2016-03-06 15:33:23

I would like to know if implementing the trie using a Node struct(class) is considered a good way of implementing it in competitive programming.

I saw that some programmers use a multidimensional array to implement it which seems a bit confusing.

Thanks

Tags trie, data structures

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English AMR-KELEG 2016-03-06 15:33:23 290 Initial revision (published)