Kartikey353 / Learn-DSA

4 stars 14 forks source link

flatteningALinkedlist.cpp #32

Open priyanshuanand166 opened 1 year ago

priyanshuanand166 commented 1 year ago

Given a linked list where every node represents a linked list and contains two pointers of its type: Pointer to next node in the main list
Pointer to a linked list where this node is headed.