Commit Graph

19 Commits

Author SHA1 Message Date
a4f40838bf Added a license to this project 2019-03-02 13:58:29 -05:00
5c9ff778bb Created a test script for my algorithms 2019-03-02 13:55:15 -05: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
6753a98502 Added getHours() and getString() that automatically chooses resolution 2019-02-09 12:56:18 -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
6d7505ce9e Added a getMinutes function and rearanged the get_ functions 2019-02-01 10:43:50 -05:00
66c2b8ab53 Added a getMinutes function and rearange the get_ functions 2019-02-01 10:42:59 -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
339697124e Initial commit 2019-01-28 14:48:32 +00:00