Linked List (Singly Linked List)
Oct 3, 2024 · 5 min read · Array is a linear data structure.Which has fixed size(contgious memory allocation) and delition and inerstion in Array is difficult. Here the Linked List comes under role. It take the non-contigous memory allocation in (It is implemented on the heap ...
Join discussion

