Linked Lists
Linked lists are one of the data structures that one learns in his DSA journey. Nowadays I am also learning linked lists and want to share about it. Linked lists are a type of data structure having nodes. You can imagine nodes as a box containing two...
knowtech.hashnode.dev1 min read