Skip to content

Commit f535f5c

Browse files
committed
update
1 parent 36af932 commit f535f5c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

algorithms/arrays/two_sum.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,7 @@ def wrap():
8888
t = timeit.timeit(wraped(two_sum, array, target))
8989

9090
print("t(brute_force)={}\nt(using_sort)={}\nt={}".format(t_brute_force, t_using_sort, t))
91+
92+
93+
if __name__ == '__main__':
94+
analysis()

0 commit comments

Comments
 (0)