Question

What is a fundamental characteristic of a singly linked list?

A Elements are stored in contiguous memory locations.
B Each node contains data and a pointer to the previous node.
C Each node contains data and a pointer to the next node.
D Accessing elements is always done using an index.
E It allows direct access to any element in constant time.
Practice Next

Hey! Ask a query