Skip to content

A minimalistic data structures library written in C

Notifications You must be signed in to change notification settings

jdearmas/libcds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Abstract
--------
libcds is a minimalistic data structures library written in C.

// high-level descriptions
// list all data structures

Installation
------------
Edit config.mk to match your local setup. libcds is installed into
/usr/lib by default.

Afterwards enter the following command to build and install libcds (if
necessary as root):

    $ make clean install


Running libcds
------------
Simply use an '#include' directive in the C source file you wish to use the library:

    $ #include "libcds.h"


Configuration
-------------
No configuration is needed.


Changelog
---------

About

A minimalistic data structures library written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published