Insert a Node at the Tail of a Linked List

  • [deleted]
    + 0 comments

    new_node = new SinglyLinkedListNode(data);

    try this in 2nd line