8th question.Can you clarify how can a 1 pointer in each node help in traversing back and forth?
Linked list(quiz)
@bommareddyjyothiswaroopreddy,
Which qn are you talking about? I think that problem is considering a doubly linked list, so we can iterate in either direction.
the question was…
how can you make a double linked list memory efficient?