/linkedListC

A implementation of a linked list in C

Primary LanguageCMIT LicenseMIT

linkedListC

A implementation of a linked list in C

I wrote this as a learning project to learn a bit about C and linked lists. It was not written with any particular goal in mind (performance, safety, memory footprint...)