Linked List in C
Hello there, I am currently learning C / C++, and decided to implement widely used data structures in C language, just for educational purposes. Linked List is for today In my implementation, Linked List consists of nodes with pointers to user data, linked together in one chain. The way it's linked