Content deleted Content added
actually, HAMTs could be described here as well; the basic properties listed in their article are due to them being hash trees |
Adding local short description: "Formatted data in computer science", overriding Wikidata description "persistent data structure for hashes" |
||
(12 intermediate revisions by 6 users not shown) | |||
Line 1:
{{Short description|Formatted data in computer science}}
{{one source |date=April 2024}}
In computer science, a '''hash tree''' (or '''hash [[trie]]''') is a [[persistent data structure]] that can be used to implement [[Set (abstract data type)|sets]] and [[Associative array|maps]], intended to replace [[hash table]]s in [[purely functional
|title=Ideal Hash Trees
|author=Phil Bagwell
Line 8 ⟶ 9:
}}</ref>
[[Hash array mapped trie]]s
==References==
Line 17 ⟶ 18:
[[Category:Functional data structures]]
[[Category:Hashing]]
{{compu-prog-stub}}
|