Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewn6/linkedlist
Linked list in C
https://github.com/andrewn6/linkedlist
Last synced: 6 days ago
JSON representation
Linked list in C
- Host: GitHub
- URL: https://github.com/andrewn6/linkedlist
- Owner: andrewn6
- Created: 2021-09-09T23:59:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-10T00:13:04.000Z (over 3 years ago)
- Last Synced: 2024-12-31T07:44:27.100Z (8 days ago)
- Language: C
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Linked list in C
### How to run
```gcc main.c -o linked_list```
```./linked_list```