Skip to content

An another implementation of a numeric binary tree 🌳

License

Notifications You must be signed in to change notification settings

m3nin0-labs/tree.h

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tree 🌳

An another implementation of a numeric binary tree for C/C++

Building

To build the example:

A) Create a build directory:

mkdir build
cd build

B) Generate build files with CMake:

cmake ..

C) Compile the example:

make

D) Run the example:

./example

About

An another implementation of a numeric binary tree 🌳

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published