1/3 Test Cases Passed
You need to earn 2 or 3 stars in order to submit.
1/3 Test Cases Passed
You need atleast 2 stars to grade your answer.
Test Cases (0/3)
-
list.print_values() to log 10 3 15 5 7 25
-
list.print_values() to log 77 10 3 15 5 7 25
-
list.print_values() to log 10 3 15 5 7 25 45
list.insert_at(77, 0);
list.insert_at(45,6);