Answered step by step
Verified Expert Solution
Link Copied!

Question

00
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 final/culminating 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 interesting/advanced 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 10 random doubles
b) An array of 100 random doubles
c) An array of 10000 random doubles
Once you have created the selected array. The user is to choose from 6 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::stable_sort (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

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions