An open API service indexing awesome lists of open source software.

https://github.com/sigmapitech/eplinkedlist

Small lib for linked lists
https://github.com/sigmapitech/eplinkedlist

Last synced: about 1 year ago
JSON representation

Small lib for linked lists

Awesome Lists containing this project

README

          

EpLinkedList - A simple linked list implementation in C

This is a library done for the elementary programming activity on the subject
of Linked Lists. It is a simple implementation of a linked list lib in C.

This course has been by [Mathis](https://github.com/Chaika9) and
[Théo](https://github.com/TheoXsp).