mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +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