Ask Question

Assuming each reference costs 1 byte, and each piece of data/info costs 1 byte as well. When will a doubly linked list be more appropriate when space cost is the most important thing in our decision making process comparing to a 256 element array? Show your analysis on how you reached to the conclusion.

+1
Answers (1)
  1. 10 February, 21:39
    0
    The circular individually linked list is more efficient for time sharing process, when multiple application are running on pc it is responsibility of an output system to put all process on a list and execute them all by giving them piece of time and make them wait when cpu is selected to other process.

    It will be more suitable for output system to use circular list as when it reaches to last of list it will be manually reaches to starting node or process.

    Singly circular linked list is used when we are concerned with the memory as only one process will be allocated memory at once and there are no chances of process to go never-ending waiting.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Assuming each reference costs 1 byte, and each piece of data/info costs 1 byte as well. When will a doubly linked list be more appropriate ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers