Skip to content

My own personal collection of data structures implemented in C.

License

Notifications You must be signed in to change notification settings

mentix02/cicada

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cicada

My own personal collection of data structures implemented in C.

Data Structures

All data structures use void* as values to implement generic storage. They are NOT thread safe.

Documentation

Coming soon.

Testing

Cicada is written in C11 and has no dependencies. Can be built with clang or gcc.

cd tests
make
./tests

About

My own personal collection of data structures implemented in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published