Hash tree (persistent data structure)
http://dbpedia.org/resource/Hash_tree_(persistent_data_structure) an entity of type: Abstraction100002137
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.
rdf:langString
rdf:langString
Hash tree (persistent data structure)
xsd:integer
39393649
xsd:integer
732879549
rdf:langString
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.
xsd:nonNegativeInteger
1018