Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Hash tree (persistent data structure)
Persistent data structure for hashes

In computer science, a hash tree (or hash trie) is a persistent data structure that can be used to implement sets and maps, intended to replace hash tables in purely functional programming. In its basic form, a hash tree stores the hashes of its keys, regarded as strings of bits, in a trie, with the actual keys and (optional) values stored at the trie's "final" nodes.

Hash array mapped tries and Ctries are refined versions of this data structure, using particular type of trie implementations.

We don't have any images related to Hash tree (persistent data structure) yet.
We don't have any YouTube videos related to Hash tree (persistent data structure) yet.
We don't have any PDF documents related to Hash tree (persistent data structure) yet.
We don't have any Books related to Hash tree (persistent data structure) yet.
We don't have any archived web articles related to Hash tree (persistent data structure) yet.

References

  1. Phil Bagwell (2000). Ideal Hash Trees (PDF) (Report). Infoscience Department, École Polytechnique Fédérale de Lausanne. http://infoscience.epfl.ch/record/64398/files/idealhashtrees.pdf

  2. Phil Bagwell (2000). Ideal Hash Trees (PDF) (Report). Infoscience Department, École Polytechnique Fédérale de Lausanne. http://infoscience.epfl.ch/record/64398/files/idealhashtrees.pdf