javascript-algorithms/src/algorithms/math
2018-06-22 14:31:57 +03:00
..
euclidean-algorithm Add lcm. 2018-04-17 09:28:15 +03:00
factorial Do minor optimisations to factorial function. 2018-06-02 09:40:32 +03:00
fibonacci Code style fixes. 2018-06-14 07:59:47 +03:00
integer-partition Corrected explanations and included an example (#75) 2018-06-22 14:31:57 +03:00
is-power-of-two Add isPowerOfTwo functions. 2018-06-04 20:42:22 +03:00
least-common-multiple Add lcm. 2018-04-17 09:28:15 +03:00
liu-hui Refactor liuHui. 2018-06-12 17:29:57 +03:00
primality-test Fix bug with primality test. 2018-06-05 21:50:08 +03:00
sieve-of-eratosthenes Code styling fixes for Sieve of Eratosthenes. 2018-06-03 09:34:48 +03:00