Question: heyy can someone help me with this in C++ Problem (2): Use your doubly linked list that you have implemented in the lab to add
Problem (2): Use your doubly linked list that you have implemented in the lab to add this new functionality: Write a function to get the value and the position of the middle element "By using the next and previous pointers" Input: Double Linked List: 1->2->10-> 4->5 Output: 10, third element
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
