a5997e8d7b
update SinglyLinkedList
2019-10-16 22:27:07 +08:00
14d67ffdf4
clear list
2019-10-15 22:18:12 +08:00
ccea4b56e3
optimization and fix bug
2019-10-09 11:24:35 +08:00
0e7675a48e
mergeSortedArrayList
2019-10-07 17:20:28 +08:00
c51e2b68e7
update
2019-10-06 20:39:09 +08:00
37918aa27f
fix memory leak
2019-09-24 21:02:47 +08:00
b6581eaa16
Fix for Issue #773 . Deleting an element that doesn't exist causes NPE
2019-05-30 13:04:15 +05:30
9b78621215
Revert "Fix for Issue #773 . Deleting an element that doesn't exist causes NPE"
...
This reverts commit 7eb07850733333726ba94bd2c15fc4d22d728759.
2019-05-30 12:59:36 +05:30
7eb0785073
Fix for Issue #773 . Deleting an element that doesn't exist causes NPE
2019-05-30 12:56:17 +05:30
2b83b31fa4
Merge branch 'master' into master
2019-05-29 17:07:24 +05:30
1dbbb23cfd
Fix for Issue #771 . position=size causes NPE
2019-05-29 16:53:42 +05:30
bdb9acfbff
fix bugs in AES.java( #765 )
2019-05-22 09:22:52 +08:00
29948363da
docs: update the whole repository
...
* fix some bugs
* delete duplicate files
* format code
2019-05-09 19:32:54 +08:00
45757c0165
Merge pull request #718 from PrathamGupta/patch-1
...
Updated DoublyLinkedList.java
2019-03-23 15:44:04 +08:00
14974872fd
Update DoublyLinkedList.java
2019-03-23 15:43:38 +08:00
4bc83966c3
Update Merge_K_SortedLinkedlist.java
...
format code
2019-03-20 16:24:11 +08:00
f3ef5b64ae
Add Merge K sorted LinkedList
2019-03-20 13:24:23 +05:30
ece940b655
Updated DoublyLinkedList.java
...
Changes made in Insert and Delete functions.
2019-03-16 13:05:26 +05:30
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
d4f05e3af1
CursorLinkedList
...
added CursorLinkedList basic implementation
2019-01-30 03:14:57 +02:00
f348e1832b
Update SinglyLinkedList.java
2019-01-27 09:46:48 +08:00
b123975b56
added new field and modified some methods
2019-01-27 02:26:01 +04:00
cc0980c23d
Update DoublyLinkedList.java
2018-10-07 17:29:23 -07:00
3562e83985
added constructor
2018-10-07 17:28:50 -07:00
ae2029424b
removed unused return values
2018-10-07 17:20:32 -07:00
eb01780ae6
fixed spelling mistakes
2018-10-07 16:55:52 -07:00
c86ba856a8
removed duplciated data-structures
2018-07-25 16:37:10 +02:00
a85f2525b4
fix remove method
2018-05-20 03:39:26 +07:00
c4a8e1e18c
fix null value issue stated in #436
2018-05-20 03:37:00 +07:00
6afdadd28f
refactor indentation
2018-05-20 03:25:30 +07:00
82ef795675
Remove space from Data Structures package name
2018-04-14 06:45:48 +03:00