Discussion on Data Structures for Integers
Discover more aspects regarding XFastTrie and YFastTrie.
We'll cover the following
Additional notes
The first data structure to provide time add(x)
, remove(x)
, and find(x)
operations was proposed by van Emde Boas and has since become known as the
The XFastTrie
and YFastTrie
data structures were discovered by
XFastTrie
structure is closely related to van Emde Boas
trees; for instance, the hash tables in an XFastTrie
replace arrays in a van Emde Boas tree. That is, instead of storing the hash table , a van Emde Boas tree stores an array of length .
Create a free account to access the full course.
By signing up, you agree to Educative's Terms of Service and Privacy Policy