The type the data structures will hold is again myType which in your case is just an integer with a dierent name, but potentially could be anything.
Each class has his own header le and source le, with the exclusion of Collection which is an abstract class:
collection.h
linked_list.h, linked_list.cpp
queue.h, queue.cpp
stack.h, stack.cpp
In the header les you will also nd the documentation in javadoc format (that you should know if you took java 1 and/or java 2 and/or algorithm & data structure classes) for each of those elements.
You will implement the class methods in the le .cpp les.
main.cpp implement the Main() function and plays with your code a bit. It is meant as aid for debugging and grading purpose, so you are not allowed to modify it, unless specied. See image.
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference
and should not be submitted as is. We are not held liable for any misuse of the solutions.
Please see the frequently asked questions page
for further questions and inquiries.
Kindly complete the form.
Please provide a valid email address and we will get back to you within 24 hours.
Payment is through PayPal, Buy me a Coffee
or Cryptocurrency.
We are a nonprofit organization however we need funds to keep this organization operating
and to be able to complete our research and development projects.