1/11 Test Cases Passed
You need to earn 2 or 3 stars in order to submit.
1/11 Test Cases Passed
You need atleast 2 stars to grade your answer.
Test Cases (0/11)
-
dll.print_forward() to log 007 Bond James
-
dll.print_backward() to log James Bond 007
-
dll.pop() to return 007
-
dll.print_forward() to log Bond James
-
dll.front() to return 007
-
dll.back() to return James
-
dll.contains("008") to return false
-
dll.contains("007") to return true
-
dll.size() to return 3
-
dll.size() to return 2
-
dll.print_backward() to log James
dll.pop();
dll.pop();
dll.pop(); dll.pop();