This commit is contained in:
Glib
2023-05-23 02:38:44 -04:00
committed by GitHub
parent 9ce275c16d
commit 36232a8373

View File

@ -40,7 +40,7 @@ class QuickSort implements SortAlgorithm {
}
/**
* Ramdomize the array to avoid the basically ordered sequences
* Randomize the array to avoid the basically ordered sequences
*
* @param array The array to be sorted
* @param left The first index of an array