A bit vector is simply an array of bits (0's and 1's). A bit vector of length m takes much less space than an array of m pointers. Describe how to use a bit vector to represent a Dynamic Set of Distinct Elements with no Satellite Data. Dictionary Operations Should Run in O (1) Time.