Tree 1 Flashcards
1
Q
- fundamental unit of a tree data structure that
contains data - connection between two nodes in a tree
- is a smaller tree structure that is formed
by any node in the tree along with all of its descendants - node that comes before
another node in the tree structure and serves as the
immediate predecessor of the node in question - Node that directly follows another node in the tree
- A special node at the top , starting point of the entrire tree
A
1.node
2. Edge
3. Subtree
4. Parent
5. Child
6.root node
2
Q
1.Node endpoints n no child
- Node that preceds along the path to that specific node
3.any node that can be REACHED BY FOLLOWING a path from particular node
A
1l lead node
2. Ancestor
3. Descendant
3
Q
- Im a Collection of elements(nodes)
A
- Tree
2.
4
Q
U
A