How is recursion occuring when delete keyword is used?
How does recursion occur on deletion?
@tusharnitharwal
See the way delete is implemented. It is a recursive function that we have made. When we get a request to delete a node, we first send a request to next node to delete itself, then we delete ourselves.
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.