Commit Graph

25 Commits

Author SHA1 Message Date
collaboratewithakash
a266eedeb0 backlink updated 2023-05-27 15:28:39 +05:30
edizor
0d74a8052f Update README.md
[skip ci]
2023-02-09 07:18:14 +08:00
edizor
491bbf9eea Update README.md
[skip ci]
2023-02-02 23:20:20 +08:00
Kai Yuan
c57a192c13 [abs-int-diff] Return Absolute Difference Between Two Integers in Java (#13379) 2023-02-01 21:01:09 -06:00
Kai Yuan
1bbd640e9c [int-zero-or-null] Check if an Integer Value is null or Zero in Java (#13332) 2023-01-28 11:29:20 -06:00
edizor
b17feeb36a Update README.md
[skip ci]
2023-01-26 16:21:14 +08:00
Kai Yuan
7ebf6f9ca6 [bigDecimal-x-int] Multiply a BigDecimal By an Integer in Java (#13320) 2023-01-23 10:41:19 -06:00
Ulisses Lima
d692ae68e2 BAEL-5678 - Creating Random Numbers With No Duplicates in Java (#12698)
* BAEL-5678 - Creating Random Numbers With No Duplicates in Java

Ready for review.

* BAEL-5678 - review

* using `isEmpty()` for `hasNext()`;
* using `assertEquals` instead of `assertTrue`;
2022-10-26 08:44:35 +02:00
Asjad J
6d2e18603c Updated README.md
added link back to the article: https://www.baeldung.com/java-unique-random-numbers
2022-09-30 16:33:34 +05:00
collaboratewithakash
223ee1d13b Update README.md 2022-09-23 16:39:30 +05:30
freelansam
0583091fa2 JAVA-14673 - Fix formatting of POMs (#12722)
* JAVA-14673 - Fix formatting of POMs

* cleanup
2022-09-13 21:22:49 +05:30
Kai Yuan
ff19b0e057 Positive or negative (#12706)
* Check if a number is positive or negative in Java

* reformat single line if/else statements

* Check if a number is positive or negative in Java

* [positiveOrNegative] using compareTo() instead of == to compare float numbers

* [positiveOrNegative] re-org imports
2022-09-10 10:06:11 -05:00
Asjad J
3e037a563b Updated README.md
added link back to the article: https://www.baeldung.com/java-integer-division-float-result
2022-09-02 09:00:15 +05:00
Asjad J
17bf2f2d5f Updated README.md
added link back to the article: https://www.baeldung.com/java-list-factors-integer
2022-09-02 08:50:53 +05:00
Kai Yuan
155567b9df Make Division of Two Integers Result in a Float (#12658) 2022-08-29 19:08:50 -05:00
Kai Yuan
b6cf7e78b4 List all factors of a number in Java (#12646)
* List all factors of a number in Java

* format the map code in the test
2022-08-26 20:26:38 -05:00
Asjad J
bea5a33d4e Updated README.md
added link back to the article: https://www.baeldung.com/java-armstrong-numbers
2022-08-25 21:45:03 +05:00
Asjad J
9564bc0d32 Updated README.md
added link back to the article: https://www.baeldung.com/java-check-number-positive-negative
2022-08-25 16:59:44 +05:00
Kai Yuan
5405306118 Armstrong Number in Java (#12637) 2022-08-24 20:40:26 -05:00
Kai Yuan
c56d1dc83d Check if a number is positive or negative in Java (#12604)
* Check if a number is positive or negative in Java

* reformat single line if/else statements

* Check if a number is positive or negative in Java
2022-08-20 21:46:14 -05:00
Asjad J
88048743b3 Updated README.md
added link back to the article: https://www.baeldung.com/java-interval-contains-integer
2022-08-10 09:23:50 +05:00
Matei Cernăianu
ee96978ceb BAEL-5651: How to check if an integer is in a given range? (#12470)
* BAEL-5651: How to check if an integer is in a given range?

* BAEL-5651: How to check if an integer is in a given range?
2022-07-30 19:18:52 -04:00
tudor.marc
b33aa44aac BAEL-5560 - quick fix for negative numbers 2022-06-30 10:24:43 +03:00
Asjad J
d4f44b762a Updated README.md
added link back to the article: https://www.baeldung.com/java-check-number-parity
2022-06-27 14:43:46 +05:00
sampadawagde
0f2bfac43f JAVA-12730: Rename java-numbers-5 to core-java-numbers-5 2022-06-26 16:25:18 +05:30