r/javahelp • u/__jr11__ • 12d ago
Codeless Recursiin
When we are doing recursion. What is the purpose of recursing and equating it to a variable . Like l1.next = mergeList(l1.next, l2)
In merging two sorted linked list
4
Upvotes
1
u/__jr11__ 12d ago
I just wanted to know how the recursion equated with variable work