Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theteachr/generic-linked-list
Generic implementation of a linked list in C
https://github.com/theteachr/generic-linked-list
Last synced: 4 days ago
JSON representation
Generic implementation of a linked list in C
- Host: GitHub
- URL: https://github.com/theteachr/generic-linked-list
- Owner: theteachr
- License: mit
- Created: 2023-01-08T10:32:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T19:03:49.000Z (about 1 year ago)
- Last Synced: 2023-10-25T20:28:54.633Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Generic Implementation of a Linked List in C