Ask Question
25 May, 16:00

Give a big-O estimate for the number of comparisons used by the algorithm that determines the number of 1s in a bit string of length n by examining each bit of the string to determine whether it is a 1 bit.

+1
Answers (2)
  1. 25 May, 17:09
    0
    The answer is "n".

    Algorithms are considered to be process or a bunch or rules that is to be followed in computing or calculating. This is used to solve operational problems especially by a computer. Algorithms perform data processing, calculation, or/and automated reasoning activities.
  2. 25 May, 19:42
    0
    The notation would be O (n-1) because there would be no need to compare with the first bit however this notation is most commonly noted as O (n) but the first is also technically correct
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Give a big-O estimate for the number of comparisons used by the algorithm that determines the number of 1s in a bit string of length n by ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers