Quantcast
Channel: Microcontrollers
Viewing all articles
Browse latest Browse all 4923

What is real life example of linked list

$
0
0
Simply a list is a sequence of data, and linked list is a sequence of data linked with each other. linked list is a sequence of elements in which every element is linked to its next element.

In terms of programming
View attachment 138828


I found real life example of linked list is a Train, here each coach is connected to its previous and next coach (Except first and last).

I am looking real example more then the definition. What is real of example for linked list? What is a...

What is real life example of linked list

Viewing all articles
Browse latest Browse all 4923

Trending Articles