I have the following error that doesn’t allow to pass the unittests of doubly_linked_list.
The error raises that node2 is not reachable from node1 when i invoke linked_nodes(tail, head). For me, it is ok that it is considered an error, so I don’t know why cannot be graded ok. How can I see if there is another error ??? Please Could Anyone help me ???