stanarthur / binary_trees

A binary tree is a tree data structure in which each node has at most two children, which are referred to as the left child and the right child

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

binary_trees

About

A binary tree is a tree data structure in which each node has at most two children, which are referred to as the left child and the right child

License:MIT License


Languages

Language:C 100.0%