javascript-algorithms/src/algorithms/math
2018-09-15 09:17:19 +03:00
..
bits Add more tests to isPositive() bitwise function. 2018-09-14 08:06:48 +03:00
complex-number Fix bug with converting complex number into polar form. 2018-08-15 12:55:35 +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
fast-powering Add Fast Powering algorithm. 2018-09-04 18:27:38 +03:00
fibonacci Add fibonacci Binet's formula. 2018-09-15 09:17:19 +03:00
fourier-transform Add Inverse Discrete Fourier Transform. 2018-08-16 13:14:40 +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
radian Add Radian. 2018-08-14 22:31:13 +03:00
sieve-of-eratosthenes Code styling fixes for Sieve of Eratosthenes. 2018-06-03 09:34:48 +03:00