Doubly linked list implemantation?

I’m not able to implement the code pls can someone share the code?

hello @tharunnayak14

doubly linked list is very much similar to singly linked list .
u only need to add one previous pointer in each node for doubly linked lit.

refer this code implementation ->code

1 Like