Please correct my code It is giving TLE
@Lovishbansal
As per your last submission, do following change
- move cin>>p; to the line after insertdata(head,p);
- argument passed to nodefromlast function is wrong, change it to nodefromlast(head,k);
@Lovishbansal
I think you got the logic and successfully submitted your code. I am marking this doubt as resolved.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.