Assignment Type
Subject
Uploaded by Malaysia Assignment Help
Date
I need to create an OO program to implement the following Data Structure language for Double Linked List using C++, this is the requirements needed in the code, Add a node to the end Delete a node from the end Add a node to the front Delete a node from the front insert value after a node Point to the beginning of the listed Point to the end of the list Get the value at a pointer and store it in var Move the pointer forward Move the pointer backward Check if ptr reached the end of the list if end → res = true otherwise false Check if ptr reached the head of the list if end → res = true otherwise false please help me by giving me the full complete programming with explanations on the codes and the outputs.