31 Commits

Author SHA1 Message Date
9c9640c1c3 Added Softmax to Maths folder (#516) 2020-10-31 12:20:29 +05:30
5e6d813b6f Update Binary Exponentiation algorithm file to comply with Javascript standard rules 2020-10-29 21:54:07 +05:30
c7fe697ca4 Add explanation for the Binary Exponentiation 2020-10-29 21:42:10 +05:30
ae3bd72ca8 Add Iterative Binary Exponentiation 2020-10-29 21:36:31 +05:30
86d5a23674 move math-area tests to test folder 2020-10-18 19:22:19 -07:00
45b35f4a18 fixed trailing whitespace 2020-10-12 17:23:23 -05:00
36cdfed2d8 added more comments 2020-10-12 17:17:58 -05:00
9301b11059 added Wikipedia URL 2020-10-12 17:06:56 -05:00
865549cd49 added MatrixMultiplication.js 2020-10-12 17:01:31 -05:00
cc1f50ae7e Changed to UpperCamelCase 2020-10-12 16:59:00 -05:00
b4e3f2e6d6 finishing touches on matrixMult.js 2020-10-12 16:54:50 -05:00
3d5927acbf added matrixMult.js 2020-10-12 16:35:28 -05:00
c3da503a96 Added isOdd function. (#454)
* Added isOdd function.


Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-10-12 13:17:08 +05:30
e112434dee Add tests to Math (#423)
* Add prettier config

* test: add test to check for absolute function

* chore: es5 to es6

* test: add test to check mean function

* test: add test for sum of digit

* test: add test for factorial

* test: add test for fibonnaci

* test: add test for find HCF

* test: add test for lcm

* test: add gridget test

* test: add test for mean square error

* test: add test for modular binary exponentiation

* test: add tests for palindrome

* test: add test for pascals triangle

* test: add tests for polynomial

* test: add tests for prime check

* test: add tests for reverse polish notation

* test: add tests for sieve of eratosthenes

* test: add tests for pi estimation monte carlo method

* chore: move tests to test folder

* chore: fix standardjs errors
2020-10-12 01:17:49 +05:30
cd6ec65e54 Add Algorithms to Math with tests (#429)
* chore: add area and area test

* chore: add armstrong number

* chore: add factors

* chore: add perfect cube

* chore: add perfect square

* chore: add perfect number

* chore: add number of digits

* chore: fix according to standardjs

* chore: remove conflicting files
2020-10-12 01:09:20 +05:30
0ad515a966 Added new area calculators (#428) 2020-10-10 23:22:01 +05:30
968c20eba7 Added isDivisble.js (#437)
* Added isDivisble.js

* isDivisible.js is now on StandardJS style

* isDivisible now have examples
2020-10-09 23:11:58 +05:30
c02fc1f6f6 Added Mean Square Error (#417)
* Added Mean Square Error

* Update MeanSquareError.js

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-10-05 23:48:59 +05:30
3e8deafd97 feat: added Polynomial in Maths (#397) 2020-10-04 23:05:52 +05:30
91b5072d2b Improved Documentation (#329)
* Update AverageMean.js

* Update AverageMean.js

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-10-04 19:19:44 +05:30
70d871a925 Reverse polish notation (#387)
* Added ReversePolishNotation

* Added link to Wikipedia
2020-10-03 20:40:02 +05:30
eaf4f91c01 Added PrimeCheck (#340) 2020-10-02 00:06:07 +05:30
226169a432 Added Modular Binary Exponentiation (Recursive) (#337) 2020-10-01 23:27:32 +05:30
323db8f292 digitSumAdded (#315)
Co-authored-by: Aayushadh <ayushharwani2011@gmail.com>
2020-10-01 23:13:27 +05:30
5150909f18 added GridGetX and GridGetY (#222)
* added GridGetX and GridGetY

* fixed Node CI issues

* fixed Node CI issues

* made requested changes

* fixed Node CI errors
2020-07-07 07:40:57 +05:30
4203835cd6 Added Monte Carlo Pi Approximation (#201)
* Added Monte Carlo Pi Approximation

* Added comments
2020-06-24 11:25:01 +05:30
37ab4b0752 rename and reorganizing (#194) 2020-06-20 10:26:44 +05:30
f75549f6d7 Created DijkstraSmallestPath.js in Graphs (#185)
* Created DijkstraSmallestPath.js in Graphs

* Deleted DijkstraSmallestPath.js from Maths
2020-06-20 10:09:07 +05:30
9000e1caaa Re-orgainze files and folders in the repository (#172)
* Re-orgainze files and folders in the repository

* updating DIRECTORY.md

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-05-18 11:10:07 +05:30
f4fdfd2b4b Fibonacci without recursion added (#159)
* changes made

* Update Fibonacci.js

* fib

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-05-09 10:06:07 +05:30
75f6888019 Javascript/Math: editing file name 2020-05-06 18:30:19 +05:30