What is the best data structure out there?

Revision en1, by 123gjweq2, 2023-10-11 22:21:49

My personal favorite has got to be tries. Almost every problem out there can be solved using some variation of a trie, which is why they are so cool. It feels like everything in programming, in one way or another, is, in an abstract sense, a trie.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English 123gjweq2 2023-10-11 22:21:49 289 Initial revision (published)