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
- Host: GitHub
- URL: https://github.com/sigmapitech/eplinkedlist
- Owner: Sigmapitech
- Archived: true
- Created: 2022-11-25T12:25:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T19:09:25.000Z (over 3 years ago)
- Last Synced: 2025-02-26T04:26:38.899Z (over 1 year ago)
- Language: C
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).