Skip to content

MmahdiM79/linked_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Linked List library for C

linked list is a very use full data structure. if you don't know what it is, checkout this link

Installation

Just download linkedList.h and linkedList.c and put them next to your main file (in a same directory).

Usage

include linkedList.h in your main file:

#include "linkedList.h"

compile your file like this:

$ gcc -o out main.c linkedList.c

and the run your project:

$ ./out

in widows just use this:

> out

you can find useful examples for how each function works in examples.c

bugs and problems

if you find any bug in functions, please fork this repository and make a function in examples.c file and write some comments about bug that you found and put the code of your case in it. Thanks

versions

version 1 coming soon ...

Releases

No releases published

Packages

No packages published

Languages