We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cef7442 + edc8531 commit 305d860Copy full SHA for 305d860
Sorting Algorithims/Cycle Sort.py
@@ -47,4 +47,5 @@ def cycleSort(array):
47
48
print("After sort : ")
49
for i in range(0, n) :
50
- print(arr[i], end = \' \')
+ print(arr[i], end=' ')
51
+print() # Print a newline
0 commit comments