I was trying one of the online developer certificating website's demo test. I have written it in C# using many interfaces, events etc.
My code passed but it complained that:
Detected time complexity: O((N+M)*K)
What does basically O((N+M)*K) mean?
And if I want to repair this complexity, (it is a code works on arrays) usually where is best to start checking?
Updates: The code works on multi-dimensional array and it has a loop within a loop (walks through rows and then columns at some point)
NorMis not constant and thatKis not constant and of roughly the same magnitude ofNorM. – aroth May 6 '11 at 12:06