...

/

Quiz on Data Structures for Integers

Quiz on Data Structures for Integers

Test yourself on what you've learned about data structures for integers.

We'll cover the following...
Technical Quiz
1.

Which data structure encodes a set of ww-bit integers in a binary tree and performs all three SSet operations in O(w)O(w) time?

A.

XFastTrie

B.

YFastTrie

C.

BinaryTrie

D.

None of the above


1 / 4