Meet Jain🦅(🛠️,⛓️) Profile picture
Sep 11, 2021 16 tweets 5 min read Read on X
Some real-world examples of the Data structure "Linked List" 👇

A thread 🧵
🔸Train is an example of a linked list as it is made up of a collection of railroad cars where each car is connected to the car in front of it.
🔸A chain is an example of a linked list as it is connected in a linked list fashion. Each link is connected with the next one.
🔸One funny example of linked list
🔸Image viewer is also an example of a linked list as you can view the previous and next image respective to the current image
🔸Previous and forward navigation in your browser is also implemented in a linked list
🔸A music player in which we can only play the next song after current and not the previous one is an example of a singly linked list
🔸A music player in which we can play both the previous as well as the next song is an example of a doubly linked list
🔸A music player in which we can play songs in loop i.e after finishing the last song it automatically plays the first song is an example of circular linked list
🔸Undo redo operations are mostly implemented in a linked list
🔸Keeping track of turns in a multiplayer board game is an example of a circular linked list. Put all the players in a circular linked list. After a player takes his turn, advance to the next player in the list.
🔸Musical chair game is an example of a circular linked list in which chairs are connected in a circular link and after each iteration of the game, one chair (node) is removed from the list.
🔸Planning a trip to some particular destination is an example of a linked list as you plan a series of directions where to go to after which place. Each step in the navigation sequence has a logical order and then points to the direction to take after the current step.
🔸GPS Navigation: A linked list of map data. Traveling from origin to destination is an example of traversing through all nodes.
Rerouting by a GPS is an example of Add and Remove operations of map data.
This is the end of the thread.

Real-life examples for other data structures coming soon. Be sure to give a follow to @meetjain74

Also if you liked this Retweet the first tweet

And let me know your thoughts below on this

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Meet Jain🦅(🛠️,⛓️)

Meet Jain🦅(🛠️,⛓️) Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @meetjain74

Aug 2, 2022
Consensus Mechanism in Blockchain

A thread🧵
📌Blockchain
Blockchain is a distributed decentralized network that provides immutability, privacy, security, and transparency. There is no central authority present to validate and verify the transactions.
Hence we require some consensus protocol.
📌What does consensus means?
A general agreement that is accepted by all people in a group.

In Blockchain, consensus refers to that all nodes in the network reach a particular agreement about the blocks in the blockchain
Read 18 tweets
Mar 24, 2022
NFT Use cases

A thread🧵 Image
🎵Music
Your unique musical artwork can be sold in the form of NFT to anyone. The owner has the right to determine how the composition is used.
🎮Gaming
NFTs have the best use case in the gaming world. Unique characters or avatars or items in the game can be bought and sold using NFTs. Example - purchasing weapons for the game via an NFT marketplace to play in the game.
Read 20 tweets
Feb 25, 2022
What are DApps?

A mega thread🧵
Most of the apps today run on centralized networks i.e they are controlled by a single authority. For example, social media networks, banks, and streaming services hold all of our data on centralized servers.
When you access any of these apps, a request is sent to the server and you gets a response back. Suppose you entered your credentials details to login into that system as a request and the response comes in form of access to the website or not(in case of invalid credentials).
Read 31 tweets
Feb 24, 2022
What is Defi?

A mega thread🧵 Image
Defi stands for 'Decentralized finance'. It refers to financial applications built on blockchain technology that enable digital transactions between multiple parties.

Before diving into it further, let us first understand centralized or traditional finance.
📌Example scenario
Suppose a person named Luv has some money and he wants to earn interest on that money. What will he do?

You are right!
He will deposit it in any bank and earn interest on that.
Read 92 tweets
Feb 22, 2022
What is the metaverse?

A mega thread🧵
Imagine that you and your friend physically far apart attending a 'Justin Bieber' concert 'virtually' with thousands of fans from across the globe together.

No, I don’t mean being part of an online concert of the like we have all attended in the pandemic times.
I am talking of virtual concerts in the Metaverse, which will be much more immersive than listening to a live video.

How do these events take place?

The event organizers can imagine how the concert would look…they will transport you to a beach, the moon, or some fantasy world.
Read 29 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(