Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Hash tree (persistent data structure)

From Wikipedia, the free encyclopedia
Formatted data in computer science
This articlerelies largely or entirely on asingle source. Relevant discussion may be found on thetalk page. Please helpimprove this article byintroducing citations to additional sources.
Find sources: "Hash tree" persistent data structure – news ·newspapers ·books ·scholar ·JSTOR
(April 2024)

In computer science, ahash tree (orhashtrie) is apersistent data structure that can be used to implementsets andmaps, intended to replacehash tables inpurely functional programming. In its basic form, a hash tree stores thehashes 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.[1]

Hash array mapped tries andCtries are refined versions of this data structure, using particular type of trie implementations.[1]

References

[edit]
  1. ^abPhil Bagwell (2000).Ideal Hash Trees(PDF) (Report). Infoscience Department,École Polytechnique Fédérale de Lausanne.
Search trees
(dynamic sets,
associative arrays)
Heaps
Tries
Spatial data
partitioning trees
Other trees
Types
Abstract
Arrays
Linked
Trees
Graphs


Stub icon

Thiscomputer-programming-related article is astub. You can help Wikipedia byexpanding it.

Retrieved from "https://en.wikipedia.org/w/index.php?title=Hash_tree_(persistent_data_structure)&oldid=1264859772"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp