Commit Graph

4 Commits

Author SHA1 Message Date
Harsha Veeravalli
bfd84477ee [BAEL-3211] Generate Integers within a range in Java (#7668)
* [BAEL-3211] Generate Integers within a range in Java

* [BAEL-3211] Generate Integers within a range in Java

* Moved files from java-numbers to java-numbers-2
2019-08-28 21:46:47 -07:00
Tapan Avasthi
04672018c5 BAEL-3116: Finding the Least Common Multiple in Java
- Add tutorial to implement algorithms used for computing
  LCM of two or more numbers.
- List of Algorithms covered:
  - Simple Method
  - Prime Factorization Method
  - Euclidean Algorithm
  - BigInteger Class for large numbers
  - Lambda Implementation for LCM of more than two numbers
- Reference: BAEL-3116
2019-08-14 17:57:03 +05:30
Sumeet Gajbhar
ab0477a4b2 BAEL-3127 Binary Numbers in Java (#7469)
* BAEL-3027 binary number arithmetic operations

* BAEL-3127 updated the unit test case names

* added unit test cases for built-in java functions

* updated function name

* BAEL-3127 updated unit test case names

* BAEL-3127 removed comments from code

* BAEL-3127 updated variable names

* BAEL-3027 binary number arithmetic operations

* merging upsteam

* fixing build issue

* updated formatting

* update variable names
2019-08-05 22:25:24 +02:00
Sumeet Gajbhar
ecf8bd76cc BAEL-3027 binary number arithmetic operations (#7437)
* BAEL-3027 binary number arithmetic operations

* BAEL-3127 updated the unit test case names

* added unit test cases for built-in java functions

* updated function name

* BAEL-3127 updated unit test case names

* BAEL-3127 removed comments from code
2019-07-30 22:12:25 +02:00