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
saeed jinat
d4f05e3af1
CursorLinkedList
...
added CursorLinkedList basic implementation
2019-01-30 03:14:57 +02:00
Libin Yang
f348e1832b
Update SinglyLinkedList.java
2019-01-27 09:46:48 +08:00
ulvi
b123975b56
added new field and modified some methods
2019-01-27 02:26:01 +04:00
Doru Kesriyeli
cc0980c23d
Update DoublyLinkedList.java
2018-10-07 17:29:23 -07:00
Doru Kesriyeli
3562e83985
added constructor
2018-10-07 17:28:50 -07:00
Doru Kesriyeli
ae2029424b
removed unused return values
2018-10-07 17:20:32 -07:00
Doru Kesriyeli
eb01780ae6
fixed spelling mistakes
2018-10-07 16:55:52 -07:00
Christian Bender
c86ba856a8
removed duplciated data-structures
2018-07-25 16:37:10 +02:00
Khwanchanok Srimool
a85f2525b4
fix remove method
2018-05-20 03:39:26 +07:00
Khwanchanok Srimool
c4a8e1e18c
fix null value issue stated in #436
2018-05-20 03:37:00 +07:00
Khwanchanok Srimool
6afdadd28f
refactor indentation
2018-05-20 03:25:30 +07:00
khalil2535
82ef795675
Remove space from Data Structures package name
2018-04-14 06:45:48 +03:00