When looking at the complexity of code, you have to think, for a set of n elements, how long does this take to execute. Hint: the answer is not a fixed number. Hint#2: the number of lines in a loop...