Ephraim Atta-Duncan 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
2020-07-02 09:54:33 +05:30
2020-10-04 19:30:56 +05:30
2020-07-07 12:38:18 +05:30
2020-06-23 10:17:44 +05:30
2020-10-10 18:43:35 +05:30
2020-10-01 23:05:36 +05:30
2020-05-04 21:38:33 +02:00
2020-10-05 23:44:20 -03:00
2020-10-12 01:17:49 +05:30
2020-10-10 18:18:25 +05:30
2020-10-12 01:17:49 +05:30
2020-10-04 19:30:56 +05:30
2020-06-24 11:24:19 +05:30
2020-10-12 01:17:49 +05:30
2020-05-06 17:56:26 +05:30
2017-07-13 11:42:34 +05:30
2020-10-06 00:08:52 -03:00
2020-05-07 21:47:41 +05:30

The Algorithms - JavaScript

contributions welcome  Language grade: JavaScript Node CI update_directory_md  

All algorithms implemented in JavaScript (for educational purposes only)

These are for demonstration purposes only. There are many implementations of sorts in the JavaScript standard library that are much better for performance reasons.

Contribution Guidelines

Read our Contribution Guidelines before you contribute.

List of Algorithms

See our directory.

Algorithm Explanation

see our wiki

Languages
JavaScript 100%