Arrays: Left Rotation

  • + 1 comment

    O(n^2) means you have 2 for loops causing a greater time complexity

    • + 0 comments

      an inner loop will not cause his program to time out. I don't believe the variable n was ever initialized, so the loop is approaching a value of n that isn't defined.