Commit Graph

28 Commits

Author SHA1 Message Date
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