Which of the following data structures consists of a root node from which all the other elements can be accessed?(1 point) Responses stack stack map map queue queue tree

1 answer

The correct answer is tree. A tree data structure consists of a root node from which all other elements (nodes) are accessed.