Reversing a Doubly Linked List
What is a doubly linked list?
A Doubly Linked List (DLL) is a type of Linked list in a data structure, in which the node has a pointer to both the previous, as well as the next node in the list. To put it in simpler words, a DLL node consists of thre...
parthee.hashnode.dev5 min read