Junior — Senior
Function that outputs the elements of a singly linked list in reverse order
livecode
Task condition
Create a function that takes a singly linked list as input and prints its elements starting from the last and moving to the first.
livecode
Task condition
Create a function that takes a singly linked list as input and prints its elements starting from the last and moving to the first.