Question: Hi, I could use some help adding these functions to the LinkedList class. Functions to be added: ffModify the class by adding the following member
Hi, I could use some help adding these functions to the LinkedList class.
Functions to be added:



\f\fModify the class by adding the following member functions: T deleteLast( ) ; //Deletes the Last element and returns its value T deleteFront( ) ; //Deletes the first element and returns its value void insertFront (T value); //Inserts an element at the front of the List void insertEnd (T value); //Inserts an element at the end of the List
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
