X-fast trie

Channel:
Subscribers:
9,560
Published on ● Video Link: https://www.youtube.com/watch?v=veCI3QCRxUQ



Duration: 6:20
39 views
1


In computer science, an x-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 log M) 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, along with the more complicated y-fast trie, as a way to improve the space usage of van Emde Boas trees, while retaining the O(log log M) query time.

Source: https://en.wikipedia.org/wiki/X-fast_trie
Created with WikipediaReaderSentry (c) WikipediaReader
Images and videos sourced from Pexels (https://www.pexels.com)