40 Commits

Author SHA1 Message Date
88c6071f57 Fixed possible bug 2021-07-01 00:22:22 -04:00
200e3b6e4b Created a Sieve of Eratosthenes 2021-06-30 18:33:25 -04:00
e6aac0a199 Fixed typeos 2021-06-30 18:33:09 -04:00
8676b15b47 Fixed typos 2021-06-30 17:47:57 -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
0c1d5d1094 Updated comments 2021-03-12 13:30:57 -05:00
8d19fe78b4 Updated functions to be local 2021-03-12 13:30:27 -05:00
2ac368f3c0 Added tests 2021-03-12 13:29:48 -05:00
eb9f018d1f Added algorithm to find gcd of two numbers 2021-02-11 20:18:39 -05:00
9d9ef62a6d Created todo list 2020-10-30 16:34:06 -04:00
e25b12e9dc Fixed bug when calling getString without
first calling stop
2019-10-13 19:01:06 -04: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
b5d18e0c72 Added license information 2019-03-29 13:38:08 -04:00
4e9b21c602 Added a test script for the Stopwatch class 2019-03-29 12:35:05 -04:00
d90f621252 Fixed problem where minute and hour weren't
returning the correct value
2019-03-29 12:34:48 -04:00
492a9dcd36 Added license information 2019-03-28 12:25:47 -04:00
161b051b04 Added a script that tests the results of all
functions in the Algorithms script
2019-03-28 12:14:25 -04:00
68efd8b092 Added functions to get mintues, hours, and string 2019-03-28 12:13:43 -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
a80644401f Fixed bug that was giving an error in time 2019-03-11 18:46:20 -04:00
88cf1b96d6 Added some safety precautions and added documentation 2019-02-08 13:06:42 -05: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
Matthew Ellison
f9cce574cb Updated stopwatch to show microsecond precision, works on linux 2019-02-06 02:00:24 -05:00
c1149d09a4 Added a file with some helpful algorithms 2019-02-05 00:25:03 -05:00
af09b185dc Added a simple way to time program run times 2019-02-01 15:21:20 -05:00
dfdbae14bf Initial commit 2019-02-01 20:18:15 +00:00