Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSingleLinkedlist.insertNth will get a infinite loop when insert a node at the end of list #973
Comments
Can you explain clearly, where are we getting an infinite loop? |
not getting inifite loop when inserting at end using "SingleLinkedlist.insertNth" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As titled.
` public static void main(String args[]) {
SinglyLinkedList myList = new SinglyLinkedList();