23 Commits

Author SHA1 Message Date
88c6071f57 Fixed possible bug 2021-07-01 00:22:22 -04:00
e6aac0a199 Fixed typeos 2021-06-30 18:33:09 -04:00
41d591a69b Added function to create a string from a table 2021-06-30 17:46:07 -04:00
e5f9a26dc6 Added function to test if an integer is prime 2021-06-30 17:29:30 -04:00
75f4441f18 Added functions to check for palindromes and convert nums to bin strings 2021-06-29 14:14:35 -04:00
a9de121a88 Added function to comput factorial of number 2021-06-01 16:39:01 -04:00
eb9f018d1f Added algorithm to find gcd of two numbers 2021-02-11 20:18:39 -05:00
202129f4cc Fixed bug in isFound 2019-09-15 23:36:26 -04:00
27d00755d7 Fixed bug with ? 2019-08-25 15:36:02 -04:00
492a9dcd36 Added license information 2019-03-28 12:25:47 -04:00
c6bcb79fea Fixed but where getProd would return 1
when the ary was empty
2019-03-28 12:13:18 -04:00
a8d62c462c Fixed bug in getFib functions that gave incorrect
answers for low subscripts
2019-03-26 02:02:06 -04:00
382e441a29 Added getFib functions 2019-03-26 00:58:54 -04:00
f0ce2d717c Made sure all variables in the functions are local 2019-03-25 13:43:07 -04:00
5e2d87a029 Added a function to return all permutations of a
string
2019-03-25 12:30:32 -04:00
e3a3f665df Fixed bug in getDivisors 2019-03-22 20:07:23 -04:00
72eae379ed Fixed bug in double entry bug fix 2019-03-22 19:52:30 -04:00
3d6f2e2da9 Added getSum and getProd for tables 2019-03-22 19:29:53 -04:00
b0ba590c53 Fixed a bug in getDivisors where a number would be
added twice
2019-03-22 19:06:09 -04:00
9c5e055917 Updated documentation for getDivisors function 2019-02-07 12:46:40 -05:00
Matthew Ellison
54b8f3c5f0 Added a function to get all divisors of a number 2019-02-07 11:43:34 -05:00
Matthew Ellison
7bec0bd1c7 Added a function to get a precise number of prime numbers 2019-02-06 02:00:52 -05:00
c1149d09a4 Added a file with some helpful algorithms 2019-02-05 00:25:03 -05:00