All Posts

Introduction to Linked List

In this Post we will go through Linked List Data Structure. A Linked List is a way of storing collections of data. Key Points: • Data elements stored in a Linked List are commonly called as Nodes.…

10 min read
Nov 1st, 2021