https://github.com/andrewn6/linkedlist
Linked list in C
https://github.com/andrewn6/linkedlist
Last synced: about 2 months ago
JSON representation
Linked list in C
- Host: GitHub
- URL: https://github.com/andrewn6/linkedlist
- Owner: andrewn6
- Created: 2021-09-09T23:59:12.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-10T00:13:04.000Z (almost 5 years ago)
- Last Synced: 2026-05-28T21:31:02.842Z (2 months ago)
- Language: C
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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```