Hi there..
I am working with simple linked list which adds a node; to just understand how it works; and pre-try for my assignment.
The question is, How can I add a node into my linked list with multiple items?
I learned how to add a single value. But I am stuck in here; cant work with multiple items as a node.
Can anyone help me?