Trying out and playing around a data structure(linked lists) i learned.
A linked list is a data structure that contains nodes where each node contains a value(say an integer or a float) and a reference pointing to the memory address of the next node.