Question: In C++ please 1) Write a recursive algorithm to insert a new value (d) into an ordered, singly-linked list. Your only other argument should be
In C++ please

1) Write a recursive algorithm to insert a new value (d) into an ordered, singly-linked list. Your only other argument should be the head of the list. You may assume reasonable constructors and accessors have been provided. (Hint: Java students may want to consider a head sentinel.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
