Skip to content

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

christyTam/binary_trees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binary_trees

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.

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

No packages published

Languages