Commit Graph

12 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
collaboratewithakash 06feff9846
Back-link added 2019-08-13 17:40:13 +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
eric-martin 95c467aa12 Remove extra .gitignore files 2019-08-02 21:38:25 -05: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
Anshul Bansal 325c0a4d07 BAEL-2995 - possible lossy conversion - variable names fixed 2019-07-09 10:57:55 +03:00
Anshul Bansal 8b87952f5b BAEL-2995 - possible lossy conversion - assert fix 2019-07-06 17:12:58 +03:00
Anshul Bansal a3e08f7ce0 BAEL-2995 - possible lossy conversion - fixes 2019-07-05 18:34:01 +03:00
Anshul Bansal 33476d6991 Removed readme file 2019-07-05 11:46:09 +03:00
Anshul Bansal e5c3dbb67c BAEL-2995 - possible lossy conversion - fixes 2019-07-03 16:22:08 +03:00
Anshul Bansal b910336c27 BAEL-2995 - possible lossy conversion - new module java-numbers-2 created 2019-07-03 16:16:43 +03:00