Help with Trie implementation using multidimensional array

Revision en3, by Terror_404, 2024-03-25 20:12:42

Can Anybody give me the sample code of implementation of basic trie using multidimensional arrays. I saw various programmers using this. And i personally feel i will be a lot more comfortable in handling arrays than using node pointers in tries.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English Terror_404 2024-03-25 20:12:42 12 Tiny change: 'tation of trie using basic multidime' -> 'tation of basic trie using multidime'
en2 English Terror_404 2024-03-25 20:11:49 10
en1 English Terror_404 2024-03-25 20:11:20 293 Initial revision (published)