Suppose you have different words.
You need to count the number of words that start with "A". To do that, you decide to check each of these words one by one.
Describe the time complexity of this algorithm using big O notation.
Suppose you have different words.
You need to count the number of words that start with "A". To do that, you decide to check each of these words one by one.
Describe the time complexity of this algorithm using big O notation.
Create a free account to access the full topic