Commit Graph

75 Commits

Author SHA1 Message Date
VTolas
d41fc15257
Create PrimeFactorization.java 2020-05-04 20:42:16 +02:00
Wendell Lucas
e5ad1f2ef0
Using Try/catch and recursion
Adding try/catch and recursion to optimize the code
2020-03-17 23:05:27 -03:00
Hassan
a1f59c38b1 Closing scanners. 2020-01-28 18:34:52 +02:00
Hassan
4f45c5a479 Fixing packages. 2020-01-28 18:18:15 +02:00
Arogon1
79d29c0bd3 Comment revisions 2019-12-10 23:35:54 -05:00
Yang Libin
e08408ca11
fix: update FindMin and fix #1170 2019-11-19 16:40:29 +08:00
shellhub
e141a33fa7 FibonacciNumber 2019-10-29 12:40:39 +08:00
Yang Libin
a2eec0243e
Merge pull request #1122 from UntouchedOdin0/patch-1
Update FindMin.java
2019-10-24 14:27:23 +08:00
shellhub
d11b7347b6 using recursion 2019-10-24 11:54:37 +08:00
UntouchedOdin0
6252b4eff8
Update FindMin.java
Re-word the comments
2019-10-23 21:22:14 +01:00
shellhub
56e887213b add pow 2019-10-23 21:42:04 +08:00
shellhub
f1ad7a1bbf parseInteger 2019-10-21 21:57:10 +08:00
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
shellhub
58eb2ec581 PalindromeNumber 2019-10-11 16:39:55 +08:00
shellhub
856dd0644d update gcd 2019-10-08 12:40:54 +08:00
shellhub
c68f4ca860 AbsoluteMax and AbsoluteMin 2019-10-07 19:49:06 +08:00
Jas
5e7dad9483
Improved grammar and whitespace for prompts 2019-10-06 14:52:05 +05:30
shellhub
744657905f optimization 2019-10-05 19:28:55 +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
shellhub
5043f89df6 Find max and min value by recursion 2019-09-28 16:28:58 +08:00
shellhub
f6f5dac50a add more 2019-09-28 15:07:52 +08:00
shellhub
971f22cad2 optimization 2019-09-28 10:19:39 +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