anish2210 / hacktober2023

Maintainers repo
https://github.com/anish2210/hacktober2023
5 stars 56 forks source link

Add singly linked list implementation in C #26

Closed x0rzavi closed 1 year ago

x0rzavi commented 1 year ago

This program implements a singly linked list in C. The code follows an idiomatic & structured approach as much as possible. However, few of the delete functions are yet to be implemented. These can be improved/contributed to later. Please review my PR. Thank you.