Page 1 of 1

Make a java program sorting algorithm. Choose the fastest sorting algorithm based on your thoughts. There will be three

Posted: Fri May 20, 2022 4:36 pm
by answerhappygod
Make a java program sorting algorithm. Choose the fastest
sorting algorithm based on your thoughts. There will be three
time trials to be conducted
1. Input: 1 up to 1000 Output: 1 up to 1000
2. Input: 1000 down to 1 Output: 1 up to 1000
3. Input: 1 to 1000 random Output: 1 up to 1000
Criteria:
*Identified top sorting algorithm
*Conducted three time trials
*Ranked the fastest sorting algorithm