InterviewSolution
Saved Bookmarks
| 1. |
What is BitSet in Scala? |
|
Answer» A bitset is a collection of non-negative integers that are DEPICTED as arrays in SCALA. VARIABLE in size, these arrays are packed into 64-bit words. In a bitset, the most significant number determines the memory footprint. |
|