Question: C++ You need to utilize the linkedList.h, unorderedLinkedList.h, and orderedLinkedList.h files attached here Be sure to modify Problem 5 and 6 will modify linkedList.h Problem
C++ You need to utilize the linkedList.h, unorderedLinkedList.h, and orderedLinkedList.h files attached here Be sure to modify



Problem 5 and 6 will modify linkedList.h Problem 7 will modify orderedLinkedList.h
Make sure to create one test program, call it main.cpp, and test your modifications. Don't forget to add linkedListType:: to the beginning of the instance variables first, last, and count in the subclasses unorderedLinkedListType and orderedLinkedListType before using the subclasses.
Upload the 3 files (linkedList.h - unorderedLinkedList.h - orderedLinkedList.h - and main.cpp) to complete this assignment.
5. (Dividing a linked list into two sublists of almost equal sizes) a. Add the operation divideMid to the class linkedListType as follows void divideMid (linkedListType
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
