Add sorting algorithm visualisations and EXE
This commit is contained in:
@@ -11,4 +11,4 @@ while swapped:
|
||||
array[i + 1] = item
|
||||
swapped = True
|
||||
|
||||
print("New array:", array)
|
||||
print("New array: ", array)
|
||||
Reference in New Issue
Block a user