Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 209 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 209 Bytes

tree 🌳

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

Usage

To use tree you should consider inserting the following headers.

  • stdio.h
  • stddef.h
  • stdlib.h
  • malloc.h