3
votes
8answers
391 views
Back to basics; for-loops, arrays/vectors/lists, and optimization
I was working on some code recently and came across a method that had 3 for-loops that worked on 2 different arrays.
Basically, what was happening was a foreach loop would walk through a v …
1
vote
Back to basics; for-loops, arrays/vectors/lists, and optimization
I apologize for not responding sooner and providing any kind of code. I got sidetracked on my project and had to work on something else.
To answer anyone still monitoring this question; …
0
votes
Back to basics; for-loops, arrays/vectors/lists, and optimization
Thank you every one for the information. Thinking in terms of Big-O and how to optimize has never been my strong point. I believe I am going to put the code back to the way it was, I should have tr …
