-
Notifications
You must be signed in to change notification settings - Fork 0
A data structures library for C that focuses on readability and portability. Named after the coolest dog on Earth.
License
markzz/libbodhi
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
libbodhi
========
A data structures library that focuses on readability and portability.
This library grants access to three data structures (possibly more to come, I
don't know), linked lists, hash maps, and patricia tries.
Installation
============
There are no dependencies other than a somewhat capable c standard library and
cmake for building.
Once you clone this repository, from the root of the repository, run the
following:
$ mkdir build
$ cd build
$ cmake ..
$ make
# make install
This will install this library with the prefix /usr/local so you may also need
to run `ldconfig` as root to build other software with this.About
A data structures library for C that focuses on readability and portability. Named after the coolest dog on Earth.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published