Which of the following best describes the siblings of a tree data structure:
Nodes that have the same parent node.
- In a tree, the topmost node of the tree.
- A node that has no children.
- Node referenced by another node in a tree.
- The connection that links two nodes.
There are no hints for this question