c-linked-list
c-linked-list copied to clipboard
Refactored the code into multiple files and added comments
Hi, I refactored the code by moving the structure definitions into another file and rewrote the delete node function to be more compact. I also added some comments to explain the functions.