A binary tree is a hierarchical data structure that consists of nodes connected by edges. Each node can have a maximum of two child nodes, referred to as the left child and the right child.
-
Notifications
You must be signed in to change notification settings - Fork 0
A binary tree is a hierarchical data structure that consists of nodes connected by edges. Each node can have a maximum of two child nodes, referred to as the left child and the right child.
christyTam/binary_trees
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A binary tree is a hierarchical data structure that consists of nodes connected by edges. Each node can have a maximum of two child nodes, referred to as the left child and the right child.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published