Skip to content

daniellf99/libbst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libbst

Libbst is a C library for creating and manipulating binary search trees.

Building

The library is built using CMake.

To install cmake on Ubuntu:

  • sudo apt install cmake

To build it, simply run cmake CMakeLists.txt.

Documentation

The documentation needs to be generated with Doxygen. To do so, first install doxygen in your machine. In order to create graphs you will also need graphviz.

On Ubuntu:

  • sudo apt install doxygen graphviz

On Windows: see this link.

When installation is finished, run doxygen docs/Doxyfile in the repo's root directory. After that, you should be able to find the index page (index.html) inside docs/html/.

About

C implementation of binary search trees

Resources

Stars

Watchers

Forks