We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce275c commit 36232a8Copy full SHA for 36232a8
src/main/java/com/thealgorithms/sorts/QuickSort.java
@@ -40,7 +40,7 @@ private static <T extends Comparable<T>> void doSort(
40
}
41
42
/**
43
- * Ramdomize the array to avoid the basically ordered sequences
+ * Randomize the array to avoid the basically ordered sequences
44
*
45
* @param array The array to be sorted
46
* @param left The first index of an array
0 commit comments