What kind of linked list begins with a pointer to the first node, and each node contains a pointer to the next node, and the pointer in the last node points back to the first node?
a. Circular, singly-linked list.
b. Circular, doubly-linked list.
c. Singly-linked list.
d. Doubly-linked list.
a. Circular, singly-linked list.
Computer Science & Information Technology
You might also like to view...
Larger fonts are useful at high ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
Which statement about symbolic constants is true?
a) They make programs run faster. b) They always make programs clearer. c) They make it more difficult to modify programs. d) Using meaningful names for symbolic constants helps make programs more self-documenting.
Computer Science & Information Technology