Skip to content

Major Updates in SinglyLinkedList.java #713

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 9, 2019

Conversation

ojasiiitd
Copy link
Contributor

  • The count variable made the code more prone to errors, so I removed and replaced it with another getSize() function.
  • The value of next was initialized to null.
  • Major improvements of code were given to insertNth() and deleteHead() functions for efficiency.
  • A new function deleteNth() was defined, increasing the usefulness of the program.

- The "count" variable made the code more prone to errors, so I removed and replaced it with another "getSize()" function. 
- The value of "next" was initialized to null.
- Major improvements of code were given to "insertNth()" and "deleteHead()" functions for efficiency.
- A new function "deleteNth()" was defined, increasing the usefulness of the program.
@yanglbme yanglbme merged commit 53b2b69 into TheAlgorithms:master Mar 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants