#data-structure-and-algorithms
Read more stories on Hashnode
Articles with this tag
In this blog we are going to see how doubly link list works. · Like doubly link list it also contains address of next node and data but the change is...
Singly link list reversal code · Like the way we have implemented singly link list traversal meaning that we have printed the link list in the order they...
We are going to see link list in our day to day life. · Linked list: It is basically a chain of nodes. These nodes are randomly stored in memory. Each...