CSE1322 Module 7B – Coding Assignment

$30.00

Category: You will Instantly receive a download link for .zip solution file upon Payment || To Order Original Work Click Custom Order?

Description

5/5 - (5 votes)

Write an application that uses a bubble sort to sort an array of 10000 integers in the traditional way.  Write another application that uses parallelism to sort the same array 10000 integers.  Display the time it takes for each application to run (you will have to figure out how many decimal places to show in order for it to display properly).  Remember that the same array should be used as a starting point for each method of sorting.

 

Start writing the code from your pseudocode:

Code the solution from your pseudocode. Compile and debug all parts of your program to ensure it is correct.

 

Test

 

Test your code with sample data.

 

Now make sure that your code is the best it can be.  Check your formatting, comments, and make sure your output is correct and communicates what is happening in your code.

 

 

What to Turn In

Follow submission guidelines on this page: http://ccse.kennesaw.edu/fye/Submission%20Guidelines.php