@pradeep-agrawal-rhdX5z
•
Oct 23, 2024
Oct 23, 2024
1.2K
Data Structure/Algorithm Challenger III
Write a function to find out the nth last element in a single linked-list. The prototype of the function can be defined as:
node* nth_last(node* head, int n);
where, head...