answersLogoWhite

0

If you are referring to the Linked Lists used in programming:

You can use the Linked lists you learn in c++ (for example) to define actual shapes in OpenGL (a graphics library), then just 'call' the shapes and apply transformations to them (moving them around, rotating, etc).

This method saves a lot of bandwidth between your CPU and video card as the shapes are defined already.

Hopes this answers your question

User Avatar

Wiki User

16y ago

Still curious? Ask our experts.

Chat with our AI personalities

BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
ProfessorProfessor
I will give you the most educated answer.
Chat with Professor
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
More answers

Applications of Circular Linked List

1. Round Robin Time Sharing jobs of Operating System, ie simple multi tasking by PC

2. Chit Funds use the concept of circular first come first serve linked list

Rajeev Vashisht

myhemant72@rediffmail.com

User Avatar

Wiki User

15y ago
User Avatar

The teacher asking for the student of section G1901 having redg. no. 10900599.

User Avatar

Wiki User

14y ago
User Avatar

car parking and students information

User Avatar

Wiki User

13y ago
User Avatar

i want an ans

User Avatar

Wiki User

14y ago
User Avatar

Add your answer:

Earn +20 pts
Q: What is the real world example for linked list?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What are the real time applications of linked lists?

For understanding basic concept train would be the best example for linked lists for example adding and deleting nodes is how we add and remove compartments in a train Real time application where linked list is really used is maintaining relational databases. in database tables may be associated with each other so for linking it to each other linked list data structure is the best choice


What are the advantages and disadvantages of DLL over single linked list?

The main advantage of a doubly-linked list is that you can traverse and search the list both forwards and backwards. Although you can also add to the beginning and end of the list, and retrieve the same, in constant time O(1), this is also possible with a slightly modified singly-linked list simply by maintaining a pointer to the last node as well as the first. Thus the only real difference is whether you need to traverse bi-directionally or not. If not, a modified singly-linked list would be more efficient. And if you only require fast access to the first node, a standard singly-linked list would be slightly more efficient.


Are there any Simple example in real world for multitasking?

nope.


Explain the design and application of arrays and how an array simplifies program development?

I need an example of a real-world array


What is a real world example of a compound machine?

A compound machine is two or more simple machines in one... Right so an example would be like...A BikeA pair of ScissorsA staplerAND SO ON...YOU GET IT:)