Skip to content

My implementation of basic data structures in C for learning purposes.

License

Notifications You must be signed in to change notification settings

evanstoddard/C_DataStructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C_DataStructures

My implementation of basic data structures in C for learning purposes.

Build

These data structures and not really meant to be used. Ideally, sources would be brought directly into consuming project. However, this project compiles to a static library.

cmake -S . build
cmake --build build

Tests

All modules can be run with the tests target:

cmake -S . build
cd build && make tests

About

My implementation of basic data structures in C for learning purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published