1/4 Test Cases Passed
You need to earn 2 or 3 stars in order to submit.
1/4 Test Cases Passed
You need atleast 2 stars to grade your answer.
Test Cases (0/4)
-
list.head.value to return 10
-
list.head.next.value to return 5
-
list.head.next.next.value to return 2
-
list.print_values() to log 10 5 2