https://github.com/andrewn6/linkedlist
Linked list in C
https://github.com/andrewn6/linkedlist
Last synced: about 1 month 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: 2025-02-21T09:13:31.778Z (over 1 year 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```