Computer Science, asked by keerthiverma6012, 1 year ago

Given a random node in a linked list, find two linked lists reversed from that node

Answers

Answered by PiyushSinghRajput1
3

Clone a linked list with next and random pointer. Set 1. You are given a Double Link List with one pointer of each node pointing to the next node just like in a single link list. The second pointer however CAN point to any node in the list and not just the previous node.

Answered by Anonymous
2

Answer:

It is the random order to the linked list at the reserved from that mode..

Similar questions