• list.count() question

Question related to mission Non-unique Elements

 

Anyone know if list.count() is an O(N) operation? I would assume so, unless there's something clever behind the scenes.