azamtoiri / Algorithms

Consider removing the commented out code block PY-W0069
Anti-pattern
Major
a year agoa year old
Consider removing the commented out code block
71gen = gen_list()
72
73A = [-5, -23, 5, 0, 23, -6, 23, 67]
74# print(brut_force_method(gen))     # 0.01800274848937988375# print(insert_sort(gen))           # 0.05200052261352539
76# print(merge_sort(gen, A))         # 0.0010328292846679688
77start = time.time()