Skip to content

A library for data structures, currently features a simple hash map and linked list.

License

Notifications You must be signed in to change notification settings

redxef/datstruc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A data structure library for C

This library currently implements a singly linked, two directional list and a simple hash map, which uses a linked list for collision resolving.

Both the linked list and the hash map can store arbitrary data inside them, either basic ones (integer, float) or complex ones, using a void pointer.

See the test.c file for tests and example usage.

About

A library for data structures, currently features a simple hash map and linked list.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published