Suppose I have one single linked list like 5->6->4->1->4->2-> and other linked list like 3->4->5. According to simple division method big number get divided by small number. So my question is how to perform division using linked list ?
And the result should store in linked list only.