Hash tree (persistent data structure): Difference between revisions

Content deleted Content added
Link to existing Ctrie entry
m General Fixes using AWB
Line 9:
}}</ref>
 
[[Hash array mapped trie]]s and [[Ctrie|Ctries]]s are refined versions of this data structure, using particular type of trie implementations.<ref name="bagwell"/>
 
==References==
Line 19:
[[Category:Functional data structures]]
[[Category:Hashing]]
 
 
{{compu-prog-stub}}