Archived

n

An old note — I haven't updated it since I wrote it.

Write a python program with a time complexity of n and class O(n)

1for i in range(n):
2    print(i)