Skip to content
/ libll Public

My own linked list implementation in C, for practice and knowledge.

Notifications You must be signed in to change notification settings

zfogg/libll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libll

libll is a library for creating and working with linked lists. I wrote it entirely for my own practice and knowledge. The goals for the development of this library are both speed and comprehensive code.

Building

Run make in the root directory to build the project as a a shared library. It will be placed in ./build/, and will be named libll.so.

Documentation

I will eventually write documentation for the functionality of this library. For now, refer to to the header file ./lib/ll.h to see prototypes of the available functions.

Testing

To [re]build and run the unit tests, run make clean test.

Contributing

Want to contribute? Send me a pull request!

About

My own linked list implementation in C, for practice and knowledge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published