66. Plus One Attempts: # Time Complexity Space Complexity Description Submission Runtime (4 trials) Memory (4 trials) 1 O(n) O(1) Iterate through the array and add 1 to the last element. Submission 42.25ms 16.3 MB