Commit Graph

924 Commits

Author SHA1 Message Date
salonilakhotia
f5752234b4 Size 2019-10-12 10:25:40 +05:30
salonilakhotia
51f36068a1 Result print 2019-10-12 10:14:25 +05:30
Yang Libin
f6ca5e3412
Merge pull request #1016 from shellhub/feature-1
perfect number
2019-10-11 18:03:39 +08:00
shellhub
58b9f0bb0c perfect number 2019-10-11 18:00:37 +08:00
Yang Libin
d60965239a
Merge pull request #1014 from shellhub/feature
PalindromeNumber
2019-10-11 16:48:48 +08:00
shellhub
58eb2ec581 PalindromeNumber 2019-10-11 16:39:55 +08:00
Matheus Muriel
b0f81f1bc9 Correction of iteration limit of fibOptimized 2019-10-10 16:20:35 +00:00
Yang Libin
86d6a59fb4
Merge pull request #995 from shellhub/master
toString
2019-10-10 14:06:58 +08:00
Yang Libin
5b185e8191
Update Queues.java 2019-10-10 14:06:38 +08:00
Yang Libin
ed999c1a42
Merge pull request #997 from shellhub/patch-1
optimization and fix bug
2019-10-09 22:09:07 +08:00
shellhub
ccea4b56e3 optimization and fix bug 2019-10-09 11:24:35 +08:00
shellhub
c698b43a6b toString 2019-10-08 22:41:49 +08:00
Yang Libin
993f30bc04
Merge pull request #993 from shellhub/dev
update gcd
2019-10-08 21:40:38 +08:00
shellhub
856dd0644d update gcd 2019-10-08 12:40:54 +08:00
Yang Libin
7eea1d6dec
Update README.md 2019-10-08 09:09:20 +08:00
Yang Libin
80d43317ff
Merge pull request #983 from AnupKumarPanwar/update-readme
Updated Readme
2019-10-08 09:08:07 +08:00
Yang Libin
53ee73fe09
Merge pull request #984 from shellhub/dev
AbsoluteMax and AbsoluteMin
2019-10-08 09:05:49 +08:00
shellhub
c68f4ca860 AbsoluteMax and AbsoluteMin 2019-10-07 19:49:06 +08:00
Anup Kumar Panwar
257d81345e Updated Readme 2019-10-07 15:18:30 +05:30
Yang Libin
6209e593b2
Merge pull request #982 from shellhub/patch1
mergeSortedArrayList
2019-10-07 17:41:01 +08:00
shellhub
0e7675a48e mergeSortedArrayList 2019-10-07 17:20:28 +08:00
Yang Libin
ea7c4ec333
Merge pull request #979 from shellhub/master
update
2019-10-07 15:27:16 +08:00
shellhub
c51e2b68e7 update 2019-10-06 20:39:09 +08:00
Yang Libin
9c880b5878
Merge pull request #978 from Spikatrix/patch-1
Improved grammar and whitespace for prompts
2019-10-06 19:06:14 +08:00
Jas
5e7dad9483
Improved grammar and whitespace for prompts 2019-10-06 14:52:05 +05:30
Yang Libin
0f2f5861c4
Merge pull request #950 from shellhub/master
optimization
2019-10-06 11:16:50 +08:00
shellhub
744657905f optimization 2019-10-05 19:28:55 +08:00
Yang Libin
98c94e17eb
Merge pull request #954 from blast314/patch-3
The code was very verbose.
2019-10-04 16:42:40 +08:00
Ayush Varshney
e3dfdf23ff
The code was very verbose.
Now it is simplified without sacrificing accuracy.
2019-10-03 18:14:08 -04:00
Yang Libin
b8b293855c
Merge pull request #939 from 0Zeta/0zeta/prime-check-correction
Correct prime check
2019-10-02 16:40:42 +08:00
Lucas
2f62929c1d
Correct the prime check algorithm
There are no prime numbers smaller than 2 and numbers greater than and divisible by 2 are not prime.
2019-10-02 00:37:25 +02:00
Yang Libin
5d77b086a4
Merge pull request #924 from shellhub/master
init with DEFAULT_CAPACITY
2019-09-29 09:32:53 +08:00
shellhub
20cd57cf81 init with DEFAULT_CAPACITY 2019-09-28 22:29:47 +08:00
Yang Libin
cfc26a865e
Update Queues.java 2019-09-28 20:54:35 +08:00
Yang Libin
a47f796764
Merge pull request #903 from shellhub/master
Find max and min value by recursion
2019-09-28 18:49:38 +08:00
shellhub
5043f89df6 Find max and min value by recursion 2019-09-28 16:28:58 +08:00
Yang Libin
ff6b5c7634
Merge pull request #898 from shellhub/master
add more to Maths
2019-09-28 16:11:41 +08:00
shellhub
f6f5dac50a add more 2019-09-28 15:07:52 +08:00
Yang Libin
35e85bcc04
Merge pull request #895 from shellhub/master
optimization
2019-09-28 10:23:04 +08:00
shellhub
971f22cad2 optimization 2019-09-28 10:19:39 +08:00
Yang Libin
42ca38b005
Merge pull request #867 from shellhub/master
make code less
2019-09-28 09:58:40 +08:00
shellhub
947127cfb6 make code less 2019-09-26 16:14:51 +08:00
Yang Libin
f0bdd2b646
Merge pull request #866 from shellhub/master
make code more readable
2019-09-26 10:29:56 +08:00
shellhub
8881e9aa4e make code more readable 2019-09-26 10:02:58 +08:00
Yang Libin
ee0a48fa14
Merge pull request #864 from shellhub/master
optimization
2019-09-26 09:01:47 +08:00
Yang Libin
2dce3bce24
Merge pull request #865 from qwerty50000a/patch-1
Update Knapsack.java
2019-09-26 09:01:04 +08:00
qwerty50000a
9743e7506f
Update Knapsack.java
Added check if the arrays are null
2019-09-25 17:21:54 -04:00
shellhub
ef767fc4d5 optimization 2019-09-25 20:26:48 +08:00
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