Content deleted Content added
what is this 'trie' thing ? |
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]]
|