Files
Java/DataStructures
Ojas Saxena 6c4fd0efb0 Major Updates in SinglyLinkedList.java
- 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.
2019-03-06 15:35:04 +05:30
..
2019-02-04 16:18:12 +08:00
2018-10-18 15:47:00 +05:30
2019-02-25 09:33:06 +08:00
2019-03-05 10:18:20 +08:00