Write functions to implement the split merge and mergesort


1. Write a function that reads a string of digits, possibly preceded by + or -, and converts this string to the integer value it represents. Be sure that your function checks that the string is well formed, that is, that it represents a valid integer. (Hint: use the functions provided in and ).
Also, write a driver programs to test the function.

2. Write functions to implement the split, merge, and mergesort algorithms for files. Also, write driver programs to test the given functions.

Request for Solution File

Ask an Expert for Answer!!
Data Structure & Algorithms: Write functions to implement the split merge and mergesort
Reference No:- TGS0125029

Expected delivery within 24 Hours