Commit Graph

103 Commits

Author SHA1 Message Date
caos321
7abd239842
Add MatrixUtil for matrix operations (#2798)
Co-authored-by: xzero <andrejmezler@yahoo.de>
2021-11-02 08:06:25 +02:00
Vɪɴᴀʏᴀᴋ Pᴀɴᴅᴇʏ
9e368100fe
Add surface area of Cone and Hemisphere (#2791) 2021-10-31 13:42:49 +02:00
Aitor Fidalgo Sánchez
bc6c8544b1
Add reverse number (#2759) 2021-10-30 08:25:54 +03:00
Rahul Chhabra
7858187d59
Add Solver For Linear Diophantine Equations (#2744) 2021-10-28 20:05:44 +03:00
ggkogkou
c396b98fd7
Add Simpson's integration numerical method (#2681)
Co-authored-by: ggkogkou <ggkogkou@ggkogkou.gr>
2021-10-24 10:24:30 +03:00
Aitor Fidalgo Sánchez
a9b2420165
Fix build issue in ADTFraction.java (#2712) 2021-10-23 16:07:39 +03:00
Florian
5855983fe5
Add Trinomial triangle #2651 (#2652) 2021-10-23 13:58:33 +03:00
caos321
831a0a4bd0
Add Java Streams for Fibonacci computation (#2623)
Co-authored-by: xzero <andrejmezler@yahoo.de>
2021-10-23 13:56:08 +03:00
Thisaru Dilshan
2a74d6a34f
Add ADT Fraction calculation (fixes #2453) (#2550) 2021-10-23 11:44:49 +03:00
Florian
bc7a3fc3fc
Add Leonardo Number (#2649) (#2650) 2021-10-22 08:50:59 +03:00
uttarabahad
3bec562a1d
Add Dudeney Number (#2629) 2021-10-22 08:20:06 +03:00
Amit Kumar
3028cf58d8
Fix: 2618: [Enhancement] Combinations (#2625)
Co-authored-by: Amit Kumar <akumar@indeed.com>
2021-10-20 11:22:32 +03:00
Suraj Kumar Modi
68d6a9419b
Add Digital Root (#2637) 2021-10-19 07:28:55 +03:00
Aitor Fidalgo Sánchez
2b7a977cc8
Fix package declarations (#2576) 2021-10-16 16:43:51 +03:00
Suraj Kumar Modi
5dd3366edc
Add Ugly Numbers (#2615) 2021-10-15 09:17:51 +03:00
Syed A. Haider
1d0377018f
Add Vector Cross Product [Fixes #2526] (#2536) 2021-10-13 07:41:00 +03:00
Krish
9c7c53844b
Add check if a number is harshad Number or not (#2514) 2021-10-11 13:59:22 +03:00
Ojasva Jain
5b8bcf0c63
Add Determinant Of a Matrix [Hacktoberfest] (#2508) 2021-10-11 13:51:26 +03:00
Sokratis Fotkatzikis
599278b9b1
Add RomanNumeralUtil (#2434) 2021-10-09 11:45:43 +03:00
Kush Sharma
e85127ed5b
Add generic root of a number [Hacktoberfest] #2533 (#2534) 2021-10-08 19:05:43 +03:00
ishika22
2440fc70f8
Two non repeating elements in an array (#2381) 2021-10-06 08:46:59 +03:00
Aman Singh
fb3f3ffe6f
Add MagicSquare (#2411) 2021-10-05 16:29:49 +03:00
uttarabahad
f3bf250ffb
Automorphic Number (#2343) 2021-10-01 08:41:43 +03:00
sachin4429
40e055b03b
Added Keith No. Program (Hacktoberfest2021) (#2342)
Co-authored-by: Andrii Siriak <siryaka@gmail.com>
2021-10-01 07:53:37 +03:00
OceanicBlue730
b8ebf2d70c
Add Krishnamurthy Number (hacktoberfest) (#2349)
This is a program to check if a number is a Krishnamurthy number or not.
A number is a Krishnamurthy number if the sum of the factorials of the digits of the number is equal to the number itself.
For example, 1, 2 and 145 are Krishnamurthy numbers.
2021-10-01 07:39:07 +03:00
Marco Steinke
6c6d6fed24
Add surfaceAreaCylinder (hacktoberfest) (#2337) 2021-09-30 21:06:52 +03:00
github-actions
434320ed45 Formatted with Google Java Formatter 2021-09-17 09:47:40 +00:00
Waleet
c497d13c9a
Added class that calculated Pi (#2324)
* added class PiNilakantha.java
which calculates Pi using Nilakanthas infinite series

* added link to explanation
partially fixes #2323
2021-09-17 17:46:52 +08:00
algobytewise
728723177e
Add Euler method (from master) (#2148)
* readded EulerMethod.java after sync

* add package
2021-04-24 11:54:34 +05:30
Seth
b4d104db23
Added algorithm for color contrast ratio. (#1794)
* Added algorithm for color contrast ratio.

* Added comment and example usage in main.

* Fixed calling method in main without creating object.

* Formatted with Google Java Formatter

* Add imports for ColorContrastRatio.java

* updating DIRECTORY.md

* Updated to follow repo conventions. Undid formatting of documents.

* Follow repository conventions.

* Formatted with Google Java Formatter

* Added test method with assetions.

* Formatted with Google Java Formatter

* Update Misc/ColorContrastRatio.java

Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>

* updating DIRECTORY.md

* Correct javadocs and parameter names.

* Formatted with Google Java Formatter

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
2021-02-27 22:16:25 +05:30
github-actions
ca2e20707f Formatted with Google Java Formatter 2021-02-26 19:22:37 +00:00
JohnKara
4264e0f045 Added Linear Convolution, FFT, Bluestein's FFT and Circular and Linear Convolution using FFT 2021-02-26 21:21:48 +02:00
github-actions
6ebb159327 Formatted with Google Java Formatter 2020-11-16 01:40:56 +00:00
Lakhan Nad
1b828269dc
Added Binary Exponentiation Fixes:#1943 (#1945)
* Added Binary Exponentiation Fixes:#1943

* tests added in Binary Exponentation #1945

* Assertion Added
2020-11-16 07:10:16 +05:30
github-actions
5d59a2e828 Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
shellhub
4ab05480e2 * Added arithmetic series
* Fixed compare two double
* Fiexed documentation
2020-09-13 12:16:19 +08:00
=
5606a8de0a update Java/Maths/PrimeFactorization.java 2020-08-27 20:31:49 +08:00
shellhub
19176d9ede rename file 2020-08-26 21:40:48 +08:00
Du Yuanchao
94bb2088be
Update Maths/Armstrong.java 2020-08-26 00:12:00 +08:00
shellhub
6356db0b97 * rename file
* create strings directory
* fix docs
* add test
2020-08-26 00:05:11 +08:00
shellhub
c771089882 test using rand numbers 2020-08-23 12:40:30 +08:00
Du Yuanchao
d6947d0fbd
Merge pull request #1426 from shellhub/dev
Added AliquotSum and Median
2020-08-21 00:02:21 +08:00
shellhub
34869cb5cb optimization 2020-08-21 00:00:48 +08:00
shellhub
8c5ec652f6 * add AliquotSum
* add Median
2020-08-20 23:26:06 +08:00
gijsh21
bbe6f9410c
Apply suggestions from code review
Co-authored-by: Du Yuanchao <shellhub.me@gmail.com>
2020-08-20 15:25:10 +02:00
gijsh21
cccc898ba1
Create Mode.java
For finding the mode of an array of numbers
2020-08-20 11:18:36 +02:00
rabbit
94a65964d8 Update Average.java
1. add int type array
2. The equality of floating-point numbers should be judged by the absolute value of the difference less than a small number
2020-08-18 09:50:59 +08:00
rabbit
9486101fb6 Revert "Create FindAverage.java"
This reverts commit 5070a0bb28.
2020-08-18 09:41:32 +08:00
rabbit
5070a0bb28 Create FindAverage.java
add a findAverage java file in maths directory
2020-08-17 11:16:11 +08:00
Stepfen Shawn
ea43d70f3e
Merge pull request #1417 from rbshealy/master
Add PythagoreanTriple.java and Add assert statements
2020-08-16 23:22:54 +08:00