Question: Quick Sort and Recursion Create a vector of student records (minimum 15 records) which is unsorted (For Vector, refer to Chapter 7.11) - You should

 Quick Sort and Recursion Create a vector of student records (minimum

Quick Sort and Recursion Create a vector of student records (minimum 15 records) which is unsorted (For Vector, refer to Chapter 7.11) - You should read student records from a file into the vector in C++ or Java program. - Display the unsorted 10+ student records (entire record, not just ID) and associated test scores. Each Student record should include Student ID, Name, GPA, Student Address, and a pointer which points to (10+) test scores somewhere in the program or in the file. - Use QuickSort and recursion to Sort the student records according to student ID or GPA. - Display the sorted list of student records (entire record, not just ID) and associated test scores. Repeat the above on two sets of student records. Each set with a minimum of 10 records. Your program output must show proper information to be understood well by the reader/viewer. Quick Sort and Recursion Create a vector of student records (minimum 15 records) which is unsorted (For Vector, refer to Chapter 7.11) - You should read student records from a file into the vector in C++ or Java program. - Display the unsorted 10+ student records (entire record, not just ID) and associated test scores. Each Student record should include Student ID, Name, GPA, Student Address, and a pointer which points to (10+) test scores somewhere in the program or in the file. - Use QuickSort and recursion to Sort the student records according to student ID or GPA. - Display the sorted list of student records (entire record, not just ID) and associated test scores. Repeat the above on two sets of student records. Each set with a minimum of 10 records. Your program output must show proper information to be understood well by the reader/viewer

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!