Which of the following data structures consists of a root node from which all the other elements can be accessed?(1 point)%0D%0AResponses%0D%0A%0D%0Astack%0D%0Astack%0D%0A%0D%0Atree%0D%0Atree%0D%0A%0D%0Amap%0D%0Amap%0D%0A%0D%0Aqueue%0D%0Aqueue
1 answer
The correct answer is "tree".