Conduent interview question

What is faster: Two for loops nested, or two for loops unnested.

Interview Answer

Anonymous

13 Feb 2019

Basic computer science question, O(n^2) compared to O(n)

7