Linked list(quiz)

8th question.Can you clarify how can a 1 pointer in each node help in traversing back and forth?

@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?

@bommareddyjyothiswaroopreddy,
So, yeah in a double linked list you can traverse back and forth.