InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following operations returns the first occurrence of bit 1 in bit arrays?(a) Find First Zero(b) Find First One(c) Counting lead Zeroes(d) Counting lead OneThe query is from Bit Array topic in portion Arrays Types of Data Structures & Algorithms IThis question was posed to me by my college director while I was bunking the class. |
|
Answer» The correct option is (b) FIND First One |
|