Give a sequence of statements that creates a linked list of strings
"red green blue" by creating a node with "green", then a node with "blue", then a node with "red" , in that order.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.