Smartmind
.global
Which of the following operations is supported by a doubly-linked list but not by a singly-linked list?
Traversing the list in both directions
Finding the maximum value in the list
Deleting a node from the middle of the list
Inserting a new node at the end of the list
Advanced Data Structures Exercises are loading ...