javascript-algorithms/src/algorithms/math
2018-08-10 18:16:39 +03:00
..
bits Update README.md (#141) 2018-08-10 18:16:39 +03:00
euclidean-algorithm Minor fixes. (#91) 2018-07-04 17:53:22 +03:00
factorial Add recursive factorial function (#85) 2018-06-28 21:03:31 +03:00
fibonacci Code style fixes. 2018-06-14 07:59:47 +03:00
integer-partition Update README for integer partition. 2018-06-22 14:50:38 +03:00
is-power-of-two Avoid using toBeTruthy() and toBeFalsy() because of type coercion. 2018-07-26 16:14:26 +03:00
least-common-multiple Minor fixes. (#91) 2018-07-04 17:53:22 +03:00
liu-hui Refactor liuHui. 2018-06-12 17:29:57 +03:00
pascal-triangle Add Pascal's triangle. 2018-07-07 11:11:20 +03:00
primality-test Avoid using toBeTruthy() and toBeFalsy() because of type coercion. 2018-07-26 16:14:26 +03:00
sieve-of-eratosthenes Code styling fixes for Sieve of Eratosthenes. 2018-06-03 09:34:48 +03:00