Computer Science - A-level > Trees > Flashcards
What is a tree?
A data structure which consists of nodes, each node contains data and pointers - 1. Starts at the root node which is the first node at the top 2. The nodes at the bottom are the leaf nodes
What are some uses of tree?