#linkedlists
Read more stories on Hashnode
Articles with this tag
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’,...