About: Y-fast trie

An Entity of Type: building, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

In computer science, a y-fast trie is a data structure for storing integers from a bounded domain. It supports exact and predecessor or successor queries in time O(log log M), using O(n) space, where n is the number of stored values and M is the maximum value in the domain. The structure was proposed by Dan Willard in 1982 to decrease the O(n log M) space used by an x-fast trie.

Property Value
dbo:abstract
  • In computer science, a y-fast trie is a data structure for storing integers from a bounded domain. It supports exact and predecessor or successor queries in time O(log log M), using O(n) space, where n is the number of stored values and M is the maximum value in the domain. The structure was proposed by Dan Willard in 1982 to decrease the O(n log M) space used by an x-fast trie. (en)
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 31499648 (xsd:integer)
dbo:wikiPageLength
  • 10358 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1091297047 (xsd:integer)
dbo:wikiPageWikiLink
dbp:deleteAvg
  • O amortized average (en)
dbp:insertAvg
  • O amortized average (en)
dbp:inventedBy
dbp:inventedYear
  • 1982 (xsd:integer)
dbp:name
  • Y-fast trie (en)
dbp:searchAvg
  • O (en)
dbp:spaceAvg
  • O (en)
dbp:type
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • In computer science, a y-fast trie is a data structure for storing integers from a bounded domain. It supports exact and predecessor or successor queries in time O(log log M), using O(n) space, where n is the number of stored values and M is the maximum value in the domain. The structure was proposed by Dan Willard in 1982 to decrease the O(n log M) space used by an x-fast trie. (en)
rdfs:label
  • Y-fast trie (en)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:isPrimaryTopicOf
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License