examples of simple singly-linked lists
The code here shows a simple toy linked list and three ways to build it. It is not meant for practical use, it is meant as a simple academic example of building a singly linked list.
The file strcture and directives do not follow best practices. Code is simply for demonstration purposes and learning the basics of linked lists.