Embed presentation
Downloaded 991 times



















This document defines and describes trees and graphs as non-linear data structures. It explains that a tree is similar to a linked list but allows nodes to have multiple children rather than just one. The document defines key tree terms like height, ancestors, size, and different types of binary trees including strict, full, and complete. It provides properties of binary trees such as the number of nodes in full and complete binary trees based on height.

















