Question

Linked list: 1) What are their respective logical and physical / storage structures .2) At least...

Linked list: 1) What are their respective logical and physical / storage structures .2) At least one application example combining data structure and algorithm should be given.

please answer these two questions properly

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1. A linked list is a type of data structure in which the each of the element can be logically thought to be stored in structure and the structure contains the link (poniter) to the other structure. This forms series of structures. In case of linked list elements are not ordered by their position of placement in the physical memory, rather they're ordered on basis of logical links (address of next structure) which are stored in the structure itself. In physical memory each of the structure (nodes) can be placed anywhere in separate physical location, still they will be able to point to each other.

2. One real life example of a linked list can be the undo or redo operations. In case, when we work on any application and make constant changes, the recent states are stored in form of a linked list. Each undo takes us to previous node and redo takes us to the next node. Here the linked traversal algorithm is used to traverse the linked list in a direction for Continuous undo redo operations.

Add a comment
Know the answer?
Add Answer to:
Linked list: 1) What are their respective logical and physical / storage structures .2) At least...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT