Added input to end
ultraMegaQuickSort.py
This commit is contained in:
@@ -36,3 +36,5 @@ else:
|
|||||||
elapsed = time.time_ns() - timestart
|
elapsed = time.time_ns() - timestart
|
||||||
elapsed = elapsed / 1000000000
|
elapsed = elapsed / 1000000000
|
||||||
print(str(datetime.timedelta(seconds=elapsed)))
|
print(str(datetime.timedelta(seconds=elapsed)))
|
||||||
|
|
||||||
|
input()
|
||||||
|
|||||||
Reference in New Issue
Block a user