Which data structure is a linear collection of data elements where each element contains a value and a pointer to the next element?
Stack
Linked list
Array
Queue

Computer Science Exercises are loading ...