State the main features of a tree

It is a dynamic hierarchical data structure, it has a node at the top of the tree called root ode ad each node can have children nodes and the lines joining the nodes are called branches. A node that has a child node is called a parent node and a node without a child node is called leaf

ZL

Related Computing A Level answers

All answers ▸

What is an OOP (Object Oriented Programming) language?


How does the Stack data type work?


Project Euler Question 3: What is the largest prime factor of the number 600851475143?


Describe an advantage of using vector graphics instead of bitmaps to represent images.