What’s the complexity of an empty For-each loop?
I’m trying to figure out the complexity of an empty foreach, the foreach loop iterate when its not empty, but when i remove its content the time took to execute drops by a lot.
I’m trying to figure out the complexity of an empty foreach, the foreach loop iterate when its not empty, but when i remove its content the time took to execute drops by a lot.