Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

For this exercise you will read in student names and test scores into two arrays: an array of strings for the names and an array

For this exercise you will read in student names and test scores into two arrays: an array of strings for the names and an array of integers for the scores. You will write a c++ program which sorts the scores and displays the scores from highest to lowest and the student's name who received the grade. Please use one of the sorting algorithms discussed in class. Do not use std::sort.

Extra Credit: implement the sort using either the Quick Sort algorithm, Merge Sort algorithm o+r with any advanced sorting algorithm with an average case runtime of (n log2n).

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Implementing Ai And Machine Learning For Business Optimization

Authors: Robert K Wiley

1st Edition

B0CPQJW72N, 979-8870675855

More Books

Students also viewed these Databases questions