Commit Graph

29 Commits

Author SHA1 Message Date
622cde6bfe Added function to test if a number is prime 2021-06-30 18:42:35 -04:00
78752e3b90 Fixed some typoes 2021-06-30 18:33:57 -04:00
6ed905fa01 Added functions to check for palindromes and convert nums to bin strings 2021-06-29 15:22:37 -04:00
0bbb7ff9bf Added function to get factorial of number 2021-06-01 18:31:10 -04:00
754343e809 Fixed comments 2021-03-11 16:07:27 -05:00
004dee57cc Neatened primeGenerator 2021-03-11 16:05:39 -05:00
7b5632b441 Fixed bug in primeGenerator 2021-03-11 15:58:26 -05:00
e39a22e298 Added functions to determine the gcd of 2 nums 2021-02-07 12:42:35 -05:00
22feed5147 Updated fibGenerator 2020-10-30 15:29:17 -04:00
da0ae679b7 Fixed get prime functions 2020-10-29 11:05:28 -04:00
0b31ecd522 Created fibonacci generator 2020-10-29 10:56:58 -04:00
77c4799317 Added prime number generator 2020-10-29 10:36:05 -04:00
0ea837d86c Removed some unnecesary code 2019-03-25 12:29:07 -04:00
fd858c5249 Added a function that gets all permutations of a
string
2019-03-24 16:29:13 -04:00
97e6d1477a Fixed bug in fix of getDivisors two number bug 2019-03-22 18:25:40 -04:00
0e19945c84 Fixed a bug in getDivisors where a number could
be added twice
2019-03-22 17:50:24 -04:00
44c89f144d Updated to fix a few small bugs 2019-03-02 13:54:44 -05:00
Matthew Ellison
d8a3558dae Added prod() that multiplies all elements in a list together 2019-02-09 15:12:08 -05:00
Matthew Ellison
674b62b671 Fixed bug in getAllFib function 2019-02-09 12:54:32 -05:00
Matthew Ellison
2e149da67a Added 2 functions for finding Fibonacci numbers 2019-02-09 12:07:18 -05:00
e4b59ed7c3 Fixed a but where 2 was not being added to the prime numbers 2019-02-04 20:34:11 -05:00
e4c47129b9 Updated to remove a potential bug in the getDivisors function 2019-01-31 12:20:57 -05:00
e9fa256b98 Added a function to return the divisors of a number 2019-01-31 12:10:51 -05:00
ad7a69ebc4 Updated getPrimes and getNumPrimes to improve efficiency 2019-01-30 21:33:32 -05:00
681a709e19 Updated to correct date 2019-01-29 01:14:41 -05:00
9acbf213b9 Added an algorithm that returns a certain number of prime numbers 2019-01-29 00:49:47 -05:00
20ee2d060d Fixed bug where getFactos prints error message when goalNumber is prime 2019-01-28 13:12:52 -05:00
18711e0b43 Fixed problem with getFactos that always adds goalNumber to factors 2019-01-28 13:00:07 -05:00
4557ad07db First commit 2019-01-28 10:15:59 -05:00