javascript-algorithms/src/algorithms/math
2018-08-15 13:32:09 +03:00
..
bits Add bits counter function. 2018-08-13 18: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
fibonacci Code style fixes. 2018-06-14 07:59:47 +03:00
fourier-transform Style fixes for FFT code. 2018-08-15 13:32:09 +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