Joined January 2013
·
Posted to
C# LINQ ForEach that works on IEnumerable<T>
over 1 year
ago
O(2x) == O(x), since constant coefficients don't affect the complexity class.
Achievements
54 Karma
983 Total ProTip Views
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Charity
Fork and commit to someone's open source project in need
Forked
Have a project valued enough to be forked by someone else
Lab
Have at least one original repo where C# is the dominant language
Why is obj passed as a ref parameter? It's never assigned to.