Trie Implementation help

Правка en1, от 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

Теги trie, data structures

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский AMR-KELEG 2016-03-06 15:33:23 290 Initial revision (published)