Commit Graph

23 Commits

Author SHA1 Message Date
Du Yuanchao
95484f8c89
update SinglyLinkedList (#2058) 2020-12-01 09:33:06 +08:00
github-actions
0db62bb450 Formatted with Google Java Formatter 2020-10-24 10:31:42 +00:00
github-actions
5d59a2e828 Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
Nishant Ingle
afddfd02d5
Add comment above parameterised constructor 2020-10-01 21:21:56 +05:30
shellhub
e003f9a2de get element at special index 2020-09-22 11:58:41 +08:00
shellhub
e98693b140 search element 2020-09-22 11:09:19 +08:00
shellhub
26cd941143 * Update SinglyLinkedList
* Refactor MergeSortedSinglyLinkedList to single file
* Create Problem09 and Problem10 in Project Euler
2020-09-22 09:47:09 +08:00
EAlexa
b351c33ad3 close Reader 2020-04-07 16:48:57 +02:00
Yang Libin
cbc1899b38
Merge pull request #1145 from shellhub/dev
update AnyBaseToDecimal and optimization
2019-10-28 14:08:08 +08:00
shellhub
064a84f971 statistics optimization 2019-10-27 18:04:12 +08:00
shellhub
b54983f5bc upate SinglyLinkedList 2019-10-25 11:59:53 +08:00
shellhub
a5997e8d7b update SinglyLinkedList 2019-10-16 22:27:07 +08:00
shellhub
14d67ffdf4 clear list 2019-10-15 22:18:12 +08:00
shellhub
c51e2b68e7 update 2019-10-06 20:39:09 +08:00
shellhub
37918aa27f fix memory leak 2019-09-24 21:02:47 +08:00
Abhijay Kumar
2b83b31fa4
Merge branch 'master' into master 2019-05-29 17:07:24 +05:30
Abhijay Kumar
1dbbb23cfd Fix for Issue #771. position=size causes NPE 2019-05-29 16:53:42 +05:30
yanglbme
29948363da docs: update the whole repository
* fix some bugs
* delete duplicate files
* format code
2019-05-09 19:32:54 +08:00
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
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
eb01780ae6
fixed spelling mistakes 2018-10-07 16:55:52 -07:00
khalil2535
82ef795675 Remove space from Data Structures package name 2018-04-14 06:45:48 +03:00