Search algorithm: Difference between revisions

Content deleted Content added
what is this 'trie' thing ?
Taral (talk | contribs)
Tries exist!
Line 15:
 
 
There is a family of [[tree]] search algorithms that compare ordered keys with one another to see if they are greater or less; the simplest one uses a [[binary search tree]]; and there is a family of tree [[data structure|data structures]] known as [[trie|tries]] (<i>what is this trie thing ?</i>) that don't comparerequire keysa withkey onecompare anotheruntil exceptthe atend of the endsearch.