An open API service indexing awesome lists of open source software.

https://github.com/svec1/singly-linked-listc

This implementation of a singly linked list in c
https://github.com/svec1/singly-linked-listc

Last synced: 11 months ago
JSON representation

This implementation of a singly linked list in c

Awesome Lists containing this project

README

          

# singly linked list
This implementation of a singly linked list will look like this:
each node will have the nth amount of data, with each element of this list being
the size of data_byte_size (the size in bytes of the data type that was specified when creating the list).