You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson covers binary trees — a hierarchical data structure central to the OCR A-Level Computer Science (H446) specification. Binary trees are used in searching, sorting, expression parsing, and many other computing applications.
A tree is a non-linear, hierarchical data structure consisting of nodes connected by edges. Unlike linear structures (arrays, linked lists), trees branch out, allowing for efficient organisation of data.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.