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

https://github.com/aitorruizes/c-singly-linked-list

This C implementation offers a generic singly linked list with customizable operations like insertion, deletion, and searching, using function pointers for flexibility with node behaviors.
https://github.com/aitorruizes/c-singly-linked-list

c data-structures linked-list singly-linked-list

Last synced: 5 months ago
JSON representation

This C implementation offers a generic singly linked list with customizable operations like insertion, deletion, and searching, using function pointers for flexibility with node behaviors.

Awesome Lists containing this project