What is the most common use of the "trie" data structure?

Posted by MrDatabase on Stack Overflow See other posts from Stack Overflow or by MrDatabase
Published on 2008-11-17T19:37:25Z Indexed on 2010/05/23 10:10 UTC
Read the original article Hit count: 440

Filed under:
|
|

I want to learn more about "trie" data structures. I've read about them on Wikipedia but I'm still confused.

What is the most common use? Auto-complete in the address bar of a web browser... or?

Cheers!

© Stack Overflow or respective owner

Related posts about data-structures

Related posts about trie