Homework Linked List

The name of the submission should be LinkedList.cpp, no numbers, no name, no capital letters. All homeworks must have the following at the top of the submitted file

Skills needed to complete this assignment:

Please read carefully the supplied code. You will implement a function to delete the maximum value from a LinkedList and return the head. I have added three test cases, please be aware of the corner cases.

Linked List

Try to write clean code with multiple functions. For example you may write help functions like Length which take the list as input and performs some functions.

CSE 2122 material is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. Source code for this website available at GitHub.