ID NAME QUALITY USERS ACC % DIFFICULTY C I

#singly-linked-list

Singly linked list is such a list that each node is composed of data and a reference (in other words, a link) to the next node in the sequence

https://en.wikipedia.org/wiki/Linked_list https://en.wikibooks.org/wiki/Data_Structures/Singly_Linked_Lists