Skip to content

An implementation of some common data structures in C. It's a personal exercise that I do when I need to reconnect to C programming.

Notifications You must be signed in to change notification settings

Jedyle/c-data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Each .h file defines an API to manipulate a data-structure, and corresponds to a .c file in src/ and a test file in tests/.

To use this piece of code, simply change main.c, and use whatever data structure you want.

To run tests, launch : make test_arraylist # tests arraylist.c

About

An implementation of some common data structures in C. It's a personal exercise that I do when I need to reconnect to C programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published