This commit is contained in:
Aseem Saxena 2025-03-21 15:57:59 -07:00
parent 127f4664e3
commit e224234bb9

View file

@ -7,4 +7,5 @@ def sorter_deps(arr):
for j in range(len(arr) - 1):
if dep1_comparer(arr, j):
dep2_swap(arr, j)
return arr
return arr