Only one test case fails


test case 7 fails , rest of the testcases are passed

Hey @chetan_aggarwalbX1

    if(head==NULL || head->next==NULL){
        return false;//do this instead of return head
    }

If this resolves your query then please mark it as resolved :slight_smile:

1 Like