Skip to content

mjjrt/ll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ll: Exploring singly linked lists in C

This project explores really simple linked lists in C.

Example program

The example program ll in src/main.c implements a really simple task: Fill the List with 10 Nodes, traverse it to find the node which holds a key, remove that node and free the list.

Building

This project has no dependencies. Build and run with

make
./ll

About

Exploring singly linked lists in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published