can i pass the references of the both linkedlists to a method like this:
list1.merge_sort(list1,list2);
Is that make sense ?
can i pass the references of the both linkedlists to a method like this:
list1.merge_sort(list1,list2);
Is that make sense ?
Yes, definitely you can.
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.