Answered step by step
Verified Expert Solution
Question
1 Approved Answer
So this is my final / culminating in the class called sorting code, he said we could make whatever idea out of it we wanted,
So this is my finalculminating in the class called sorting code, he said we could make whatever idea out of it we wanted, me and my partner wanted to do a bank app where it shows a fake card above, then a list of transactions with prices and etc., i understand it could be difficult to make something so specific, so if you cant just make something cool or interesting as long as it meets the instructions my teacher provided, so like make a bank app display, or a grade caulculator where you input grades and does a really interestingadvanced way of getting you your percentage, heres the instructions he gave:
Your program is to ask the user to create a choice of:
a An array of random doubles
b An array of random doubles
c An array of random doubles
Once you have created the selected array. The user is to choose from sorting algorithms. You can use any six sorting methods we have discussed in class.
Please include the time code that displays how much time it took to sort the array.
Out of these just pick which is easiest to work with: Sorting methods he provided to pick from: selection sort, insertion sort, quick sort, merge sort, heap sort, radix sort LSD radix sort MSD std::sort intro sort std::stablesort adaptive merge sort shell sort, bubble sort, cocktail shaker sort, gnome sort, bitonic sort and bogo sort
USE ECLIPSE JAVA SCRIPT TO WRITE THE CODE
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started