Implement a generic doubly linked list class using an internal node class to store the elements.

(LinkedListUMUC and NodeUMUC)

Specific requirements include:

  • Implement a driver class for the LinkedListUMUC class. There should be appropriate comments in the source code files.
  • Use the menu based approach you defined in Week 1 to test your stack class.

Methods for LinkedListUMUC

  • void insertHead (T)
  • void insertTail (T)
  • T removeElementAt (int)
  • T removeTail ()
  • T removeHead ()
  • T peekElementAt (int)
  • T peekHead ()
  • T peekTail ()
  • String toString ()

Create a test report (listtest.doc/docx/pdf/) showing the correct behaviour of all the methods; include a description of the design and lessons learned; include screenshots of your running program. Deliverables:

  • the Java source code files
  • the test report file (listtest.doc/docx/pdf/)
Academic Honesty!
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.