Skip to content

rodrigolitzius/SinglyLinkedList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SinglyLinkedList

C implementation of the singly linked list data structure.

How to build (Linux only)

git clone https://github.com/rodrigolitzius/SinglyLinkedList/
cd SinglyLinkedList
make <option>

The options are:

Option Description
static For a static library
shared For a shared library
<no option> compile static and shared libraries
test compiles the test.c file into the testing binary

you can also specify DEBUG=1 to compile with debug flags.

About

C implementation of the singly linked list data structure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors