Sobes.tech
Junior

What is the complexity of iterating over all elements of a list?

sobes.tech AI

Answer from AI

O(n), where n is the number of elements in the list.