What are Binary Tre…
 
Notifications
Clear all

What are Binary Trees?

1 Posts
2 Users
0 Likes
339 Views
0
Topic starter

What are Binary Trees?

1 Answer
0

A “binary tree” is a tree data structure where every node has two child nodes (at the most) that form the tree branches. These child nodes are called left and right child nodes.

Share: