Commit Graph

999 Commits

Author SHA1 Message Date
Nikit Singh
706377f781
Updated Dynamic Programming Links in Readme.md
Links in the dynamic programming column were not pointing to the right files so I fixed it in the Readme file.
2019-07-26 00:33:09 +05:30
Yang Libin
efefefddb1
Merge pull request #793 from obelisk0114/patch
Fix binary to octal conversion
2019-07-16 09:14:34 +08:00
obelisk0114
48537fc27c Fix binary to octal conversion 2019-07-15 17:22:02 -07:00
Yang Libin
acb40ef3b0
Merge pull request #791 from Priyansh-Kedia/master
Update BinaryToDecimal.java
2019-07-10 13:56:05 +08:00
Priyansh-Kedia
dc5ae2d03b
Update BinaryToDecimal.java
Changed bin_num and bin_copy to binNum and binCopy respectively.
2019-07-10 10:17:08 +05:30
Priyansh-Kedia
1c3490d25e
Update BinaryToDecimal.java
Updated some of the variable names for the ease of understanding the process.
2019-07-09 23:06:40 +05:30
Yang Libin
2bf163d6a1
Merge pull request #786 from CN-GuoZiyang/master
Using randomize partition to avoid the basically ordered sequences
2019-07-06 21:44:28 +08:00
Guo Ziyang
0821df893a
Update QuickSort.java 2019-07-06 20:56:05 +08:00
CN-GuoZiyang
7cd8552502 Using randomize partition to avoid the basically ordered sequences 2019-07-06 20:54:55 +08:00
Anup Kumar Panwar
63cf199e02
Create FUNDING.yml 2019-07-06 14:07:10 +05:30
Yang Libin
c188fa9187
Update IntegerToRoman.java 2019-06-20 17:23:49 +08:00
Yang Libin
ec91f0c2ad
Rename GenericTree.Java to GenericTree.java 2019-06-20 15:53:35 +08:00
Anup Kumar Panwar
df1949ec04
Merge pull request #779 from xemjas/master
Integer To Roman
2019-06-20 10:33:01 +05:30
xemjas
d8027908ed Integer To Roman 2019-06-16 00:52:14 +07:00
Libin Yang
990b88f72f
Merge pull request #774 from abhijay94/master
Fix #773 (Deleting an element that doesn't exist causes NPE)
2019-05-30 19:27:51 +08:00
Abhijay Kumar
b6581eaa16 Fix for Issue #773. Deleting an element that doesn't exist causes NPE 2019-05-30 13:04:15 +05:30
Abhijay Kumar
9b78621215 Revert "Fix for Issue #773. Deleting an element that doesn't exist causes NPE"
This reverts commit 7eb0785073.
2019-05-30 12:59:36 +05:30
Abhijay Kumar
7eb0785073 Fix for Issue #773. Deleting an element that doesn't exist causes NPE 2019-05-30 12:56:17 +05:30
Libin Yang
0d1110a664
Merge pull request #772 from abhijay94/master
Fix #771(position=size causes NullPointerException)
2019-05-29 22:26:24 +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
Libin Yang
b33c7786b4
Merge pull request #770 from daher928/patch-1
Update GenericArrayListQueue.java
2019-05-29 09:47:16 +08:00
Daher Daher
12d240414d
Update GenericArrayListQueue.java
Documentations added
2019-05-27 13:39:33 +03:00
yanglbme
a3e0cf85b7 fix bugs in MinimizingLateness(#765) 2019-05-22 10:00:47 +08:00
yanglbme
1ebe496737 fix bugs in ReverseString(#765) 2019-05-22 09:37:44 +08:00
yanglbme
bdb9acfbff fix bugs in AES.java(#765) 2019-05-22 09:22:52 +08:00
Libin Yang
3b70b8c321
Merge pull request #764 from ibahadiraltun/patch-1
Debug HexaDecimalToDecimal.java
2019-05-22 08:48:59 +08:00
ibahadiraltun
2dcabed492
Update HexaDecimalToDecimal.java 2019-05-21 15:46:09 +03:00
Anup Kumar Panwar
459434c262
Update README.md 2019-05-12 09:11:43 +05:30
Libin Yang
8d1a81bd2f
Merge pull request #732 from markettes/patch-1
Efficiency
2019-05-10 15:20:12 +08:00
yanglbme
8f60321d86 docs: rename files 2019-05-10 10:25:19 +08:00
yanglbme
b1d4be7f86 docs: update AnyBaseToAnyBase and GenericTree 2019-05-09 20:20:44 +08:00
yanglbme
36dc276f29 docs: delete duplicate files 2019-05-09 19:43:06 +08:00
Libin Yang
db43a76f0b
Delete .gitignore___jb_tmp___ 2019-05-09 19:42:22 +08:00
yanglbme
d7e5ec4986 docs: update .gitignore 2019-05-09 19:40:28 +08:00
yanglbme
29948363da docs: update the whole repository
* fix some bugs
* delete duplicate files
* format code
2019-05-09 19:32:54 +08:00
Anup Kumar Panwar
163db8521a
Update README.md 2019-05-04 15:57:37 +05:30
Marcos
ed99f58d9b
Now it's OK! 2019-05-02 11:43:01 +02:00
Libin Yang
b0824d97d7
Merge pull request #739 from ashmichheda/master
Fix link & added link: readme.md
2019-04-21 10:16:00 +08:00
Libin Yang
cd2d187da8
Merge pull request #740 from bogdandv/master
Update LevenshteinDistance.java
2019-04-21 10:09:16 +08:00
bogdandv
86263090ff Update LevenshteinDistance.java 2019-04-20 21:58:35 +03:00
Ashmi Chheda
67a94b896b
update readme.md: Fixed & added links 2019-04-19 23:43:30 +05:30
Marcos
f8605b957a
Efficiency
Just two small things that in case the number was very big could be helpful.
2019-04-11 12:20:53 +02:00
Libin Yang
ffd4521601
Merge pull request #724 from BartoszDabek/master
fix: fix link in README
2019-03-24 14:30:54 +08:00
Bartosz Dąbek
676c5e7a62 fix: fix link in README 2019-03-24 06:42:17 +01:00
Libin Yang
45757c0165
Merge pull request #718 from PrathamGupta/patch-1
Updated DoublyLinkedList.java
2019-03-23 15:44:04 +08:00
Libin Yang
14974872fd
Update DoublyLinkedList.java 2019-03-23 15:43:38 +08:00
Libin Yang
cd60c39b76
Merge pull request #722 from Egoscio/patch-1 to fix #719
Made Matrix equality comparison deep.
2019-03-22 10:43:47 +08:00
Egoscio
10932ccab1
Comparing Matrix size before content size. 2019-03-21 14:33:14 -07:00
Egoscio
067e39dbf5
Made Matrix equality comparison deep.
Solution to the issue #719
2019-03-21 14:19:16 -07:00