Skip to content

mbornet-hl/btree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

btree

Binary trees management

This repository contains C source code implementing balanced binary tree management (AVL tree).

Searching for an element is in O(Log(n)).

Sorting a set of elements is in O(n.Log(n)).

Examples (in the "ea" directory) show how to generate the code for the drawing of a binary tree in LaTeX. The LaTeX_output directory contains sample output files.

tree34

About

Balanced Binary trees in C language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published