Consider implementing a queue with a linked-list. How do we improve the efficiency of adding a new node to the end of a chain?
What will be an ideal response?
use a tail pointer to reference the end of the chain
Computer Science & Information Technology
You might also like to view...
Which of the following is not a control structure:
a. Sequence structure. b. Selection structure. c. Iteration structure. d. Declaration structure.
Computer Science & Information Technology
What type of Windows Server is the most likely server to be targeted by a computer hacker?
A. File Server B. DNS Server C. DHCP Server D. Domain Controller
Computer Science & Information Technology