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 (linkedListTypeStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started