Question: 1. Serial Version: Students will implement a c++ program to i. read a list of numbers from file and store them in an array, ii.
1. Serial Version: Students will implement a c++ program to i. read a list of numbers from file and store them in an array, ii. insert the individual numbers into a linked list, iii. and sort the linked list using merge sort Serial version functions void readRollNumbers(FILE* inputFile, int* Numbers, int num); void addRollNumbersToList(Node** head, int* Numbers, int num); Node* mergeSort(Node* head);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
