for i in range(2):
for j in range(2):
print(i,j)
I need help finding the big-o complexity for this code, and for any code in general. Can someone help explain time complexity or refer me to a good site.
Thanks




Posted 02 March 2013 - 01:17 PM
for i in range(2):
for j in range(2):
print(i,j)
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
