mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-07 17:56:02 +08:00
Fix typo (#4197)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user