-
Notifications
You must be signed in to change notification settings - Fork 0
aitorruizes/c-singly-linked-list
About
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.