Commit Graph

1026 Commits

Author SHA1 Message Date
Yang Libin
23ca7169e8
Merge pull request #863 from shellhub/master
fix EmptyStackException
2019-09-25 19:49:01 +08:00
shellhub
dff1b0931c fix EmptyStackException 2019-09-25 08:57:42 +08:00
Yang Libin
87ed040b3b
Merge pull request #861 from shellhub/master
fix memory leak
2019-09-24 21:26:14 +08:00
shellhub
37918aa27f fix memory leak 2019-09-24 21:02:47 +08:00
Yang Libin
85e8a9e5b3
Merge pull request #860 from shellhub/master
code readable
2019-09-24 10:57:34 +08:00
shellhub
a19ece9b0c code readable 2019-09-24 10:45:39 +08:00
Yang Libin
eb0c7bcee4
Merge pull request #859 from shellhub/master
reduce code
2019-09-23 15:11:18 +08:00
shellhub
b98e8d9ae9 reduce code 2019-09-23 14:49:23 +08:00
Yang Libin
c70d7992ab
Merge pull request #819 from yeongmo-j/master
Fix StackArray.java resize()
2019-09-03 11:29:23 +08:00
yeongmo-j
df6e16438c Fix StackArray.java resize() 2019-09-03 12:23:01 +09:00
Yang Libin
c5e32eaa15
Merge pull request #818 from furahadamien/wordCount
Word count
2019-08-28 14:09:28 +08:00
Furaha Damién
4ddbaca62e secondaryWordCount method added 2019-08-27 22:01:09 -04:00
Furaha Damién
a4156fcb7a ignore non-alphanumeric 2019-08-27 21:49:33 -04:00
Yang Libin
11864ca156
docs: remove FUNDING.yml and use default file
See https://github.com/TheAlgorithms/.github
2019-08-24 20:35:36 +08:00
Yang Libin
d5ef32a941
Merge pull request #814 from nisarhassan12/master
Fixes a typo.
2019-08-22 14:28:40 +08:00
nisarhassan12
5c466bebb4 Updates README.md 2019-08-21 07:05:59 +00:00
Yang Libin
6cc8076454
Merge pull request #813 from nisarhassan12/master
Lowers the barrier and friction for contributions and learning
2019-08-21 14:20:34 +08:00
Nisar Hassan Naqvi
9994a6a58c
Update README.md 2019-08-21 10:27:23 +05:00
Nisar Hassan Naqvi
f0ed93638e
Update README.md 2019-08-21 10:01:21 +05:00
nisarhassan12
86078cfd27 Updates README.md 2019-08-21 04:58:45 +00:00
nisarhassan12
0ac88474f3 Added gitpod.io badge to the README 2019-08-21 04:55:31 +00:00
Yang Libin
d6fda6f0f6
Merge pull request #809 from PatOnTheBack/master
Added Maths Folder & Absolute Value Program
2019-08-15 09:12:59 +08:00
Yang Libin
b882515eb0
Update AbsoluteValue.java 2019-08-15 09:12:33 +08:00
PatOnTheBack
9751ac5e98 Added Maths Folder & Absolute Value Program 2019-08-07 21:58:58 -04:00
Yang Libin
15f2ebdd1d
Merge pull request #800 from obelisk0114/patch
Updated Miscellaneous Links in README.md
2019-07-26 16:52:13 +08:00
obelisk0114
b26e3d9da3 Updated Miscellaneous Links in README.md 2019-07-26 01:43:04 -07:00
Yang Libin
4317c16a04
Merge pull request #798 from Nikit-Singh/patch-1
Updated Dynamic Programming Links in Readme.md
2019-07-26 08:54:33 +08:00
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