YaBoyWonder / Binary-Tree

a binary tree implementation 🌴

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Language Language

Binary-Tree

What is a binary tree? A data structure in which a record is linked to two successor records, usually referred as the left branch when greater and the right when less than the previous record.

About

a binary tree implementation 🌴

License:MIT License


Languages

Language:C++ 66.9%Language:Objective-C++ 33.1%