Binary Tree

A binary tree is often used in computer science to describe a search where values are sorted. Each node has a left and right branch which leads to leaf nodes, which themselves can have left and right branches.

Copyright © 2002-2024 WorksheetWorks.com All Rights Reserved.