RoviSys Interview Question

Describe a singly linked list data structure as if I do not know what it is?

Interview Answer

Anonymous

Jan 8, 2022

A singly linked list is a collection of nodes with pointers to the next node within the list.