https://github.com/nem0z/c-linkedlist
Basic C implementation of linked list
https://github.com/nem0z/c-linkedlist
c clang linkedlist
Last synced: 3 months ago
JSON representation
Basic C implementation of linked list
- Host: GitHub
- URL: https://github.com/nem0z/c-linkedlist
- Owner: nem0z
- License: mit
- Created: 2023-01-18T21:43:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-19T15:47:12.000Z (7 months ago)
- Last Synced: 2025-02-26T09:43:26.003Z (4 months ago)
- Topics: c, clang, linkedlist
- Language: C
- Homepage:
- Size: 112 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Basic implementation of linkeslist in C
## In progress
- Writing test on branch feat/test