Skip to content

Major Updates in SinglyLinkedList.java - #713

Merged
yanglbme merged 1 commit into
TheAlgorithms:masterfrom
ojasiiitd:patch-2
Mar 9, 2019
Merged

Major Updates in SinglyLinkedList.java#713
yanglbme merged 1 commit into
TheAlgorithms:masterfrom
ojasiiitd:patch-2

Conversation

@ojasiiitd

Copy link
Copy Markdown
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