Tries: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Tree Concepts =Overview= Radix trees are often called '''tries''', which comes from the middle letters in the word ''retrieval''. <font co...")
 
Line 4: Line 4:
Radix trees are often called '''tries''', which comes from the middle letters in the word ''retrieval''.
Radix trees are often called '''tries''', which comes from the middle letters in the word ''retrieval''.


<font color=darkgray>TODO [[CLRS]] page 304, http://citeseer.ist.psu.edu/viewdoc/summary?doi=10.1.1.18.3499</font>
<font color=darkkhaki>
* TODO [[CLRS]] page 304, http://citeseer.ist.psu.edu/viewdoc/summary?doi=10.1.1.18.3499
* https://github.com/jwasham/coding-interview-university#tries
</font>

Revision as of 20:24, 3 November 2021

Internal

Overview

Radix trees are often called tries, which comes from the middle letters in the word retrieval.