Question: 37
(Choose 1 answer)
What is a singly linked list?
A. A dynamic array storing elements contiguously in memory
B. A data structure consisting of nodes, where each node contains data and a pointer to the next node.
C. A binary tree data structure
D. A priority queue