Linked List
Sep 13, 2024 · 3 min read · Introduction Linked List is a type of Dynamic Data Structure that can used to store data without declaring data length. Each element is called ‘Node’, and it contains two parts one part is called node, and second part is called pointer, this pointer ...
Join discussion