Vidyalelo
Data Structure · Q17

Miscellaneous on Data Structures

Programming · Data Structure · question 17

Q17

Which data structure would you use to implement a memory-efficient list of boolean values?

A.
Array
B.
Linked List
C.
Bit Array
Answer
D.
Hash Map

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board