mirror of
https://github.com/Xevion/contest.git
synced 2025-12-12 14:11:14 -06:00
quick correction question 32
This commit is contained in:
@@ -533,8 +533,8 @@ It replaces spaces, commas, brackets, and all other characters that *aren't dig
|
|||||||
|
|
||||||
This is a more "trivia-like" question that most. Arrays.sort, in *Java SE 7*.
|
This is a more "trivia-like" question that most. Arrays.sort, in *Java SE 7*.
|
||||||
The array in question is a primitive array, which is important, as the Arrays.sort() method will sort based on the content of the array.
|
The array in question is a primitive array, which is important, as the Arrays.sort() method will sort based on the content of the array.
|
||||||
If the array is for objects, it will use "Timsort", which is a hybrid of *Merge Sort* and *Insertion Sort*.
|
If the array is for -objects, it will use **"Timsort"**, which is a hybrid of *Merge Sort* and *Insertion Sort*.
|
||||||
Otherwise, for primitives, it will use *Dual-Pivot Quicksort*.
|
Otherwise, for primitives, it will use **Dual-Pivot Quicksort**.
|
||||||
|
|
||||||
## Question 33
|
## Question 33
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user