GitHunt
DD

Ddilibe/binary_trees

Binary trees is a repository that explores the possibilities concerning binary tree data structure. It also contains file from learning to use this data structure.

Binary Trees: Introduction

A binary tree is a special data structure in which each node has at most two children. These are mostly referred to as the left child and right child. They are used for storing data. Binary trees are also called bifurcating arboresence.

Languages

C100.0%

Contributors

Created August 23, 2022
Updated August 24, 2022