Question: Assignment Content arrayListTypeImp.cpp unorderedArrayListTypeImp.cpp main.cpp testProgUnorderedList _ I.cpp testProgUnorderedList _ II . cpp arrayListType.h unorderedArrayListType.h For this assignment, you will use the Files attached above.
Assignment Content
arrayListTypeImp.cpp
unorderedArrayListTypeImp.cpp
main.cpp
testProgUnorderedListI.cpp
testProgUnorderedListIIcpp
arrayListType.h
unorderedArrayListType.h
For this assignment, you will use the Files attached above. Make sure to include your name in the filename before you submit.
In this assignment, you will write a C program that meets the requirements detailed in the instructions below. Use the Assignment Template to insert the following deliverables.
Deliverables:
A description of your program.
Your C source code do not submit screenshots
A screenshot of your program running.
A short reflection outlining your experience developing the program.
Additional Deliverables:
The cpp files
Programming Instructions
Unordered Sets As explained in this chapter, a set is a collection of distinct elements of the same type. Design the class unorderedSetType, derived from the class unorderedArrayListType, to manipulate sets.
Note that you need to redefine only the functions insertAt, insertEnd, and replaceAt. If the item to be inserted is already in the list, the functions insertAt and insertEnd output an appropriate message, such as is already in the set. Similarly, if the item to be replaced is already in the list, the function replaceAt outputs an appropriate message. Also, write a program to test your class.
Compile and run the program.
Next:
Insert required code and screenshots into the template document linked above and complete the description and reflection as directed above.
Submit the document AND cppfiles separately to the assignment Dropbox in Blackboard.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
