Insert a Node at the Tail of a Linked List

  • + 0 comments

    @k_pradeep
    What is the significance of this line: if(parent != null) parent.next = head;