102 Commits

Author SHA1 Message Date
8f159c672d Added test for gcd and isPrime 2021-03-11 11:21:01 -05:00
98cad3c341 Fixed typos and comments 2021-03-11 11:20:42 -05:00
de4f5c2b3f Updated dependencies 2021-02-18 15:29:46 -05:00
aa9d136062 Updated gcd algorithm 2021-02-07 11:37:38 -05:00
eb483ea795 Added functions to find the gcd of 2 numbers 2021-02-07 11:10:41 -05:00
f52cbb877b Created todo file 2020-10-30 16:27:33 -04:00
2cbe4b4389 Created isPrime function 2020-10-30 16:27:26 -04:00
fcbcb1f806 Updated dependencies and plugins 2020-10-23 12:14:10 -04:00
4decff4133 Fixed a comment 2020-09-11 11:38:06 -04:00
bf97b78219 Added some exception handling 2020-08-24 14:50:04 -04:00
019ed3244b Fixed a few typos 2020-08-23 02:34:59 -04:00
db6aee504d Updated plugins 2020-08-01 14:19:16 -04:00
7099ce1ae6 Added function to count occurrences of a char in a string 2020-07-28 01:08:15 -04:00
36cfadea37 Fixed comments 2020-07-28 01:06:48 -04:00
b485ace9c1 Added test for new string functions 2020-07-11 13:55:23 -04:00
403cef9170 Fixed bug causing digit drop rather than rounding 2020-07-11 13:55:01 -04:00
d3a71af6dd Added a function that will return a time string
from a duration passed into it
2020-07-09 01:44:04 -04:00
f4cfb03f58 Fixed typos 2020-06-17 18:14:53 -04:00
768dc0c761 Updated for performance 2020-06-17 17:27:08 -04:00
eb44a6d6f3 Fixed bug that caused incorrect resolution label 2020-06-16 22:26:04 -04:00
e8a5310646 Updated to fix formatting error in Stopwatch getStr 2020-06-16 17:50:45 -04:00
1443e5bc57 Fixed typo 2020-06-16 11:30:39 -04:00
7921241b1b Fixed some typos 2020-06-15 14:17:37 -04:00
dc510c2bc7 Updated to improve efficiency 2020-06-15 12:05:19 -04:00
b5be5aa4f1 Fixed some typos 2020-06-13 16:23:57 -04:00
1e4cb3316e Updated function for performance 2020-06-12 15:03:04 -04:00
bef70b685b Updated dependencies 2020-06-08 00:31:39 -04:00
05b3fac948 Updated the readme file 2020-06-07 23:40:59 -04:00
9829b8dc29 Added exceptions to the factorial functions 2020-06-07 23:26:42 -04:00
0491488a64 Updated pom to reflect correct java version 2020-06-07 23:11:46 -04:00
7de8723f1d Added junit testing 2020-06-07 23:10:25 -04:00
472145e711 Moved files to a maven project 2020-06-07 23:10:09 -04:00
25bbedb056 Added ability for Stopwatch to be treated as a
string for printing results
2020-02-02 11:35:18 -05:00
0bbb3ba406 Added a function to get the factorial of a number 2020-01-31 19:32:30 -05:00
93bad2b80d Changed some primitive ints to Integer class 2020-01-11 14:31:24 -05:00
23adcaafb0 Changed gitignore to ignore all class files 2020-01-11 14:06:41 -05:00
144dac6138 Removed all class files 2020-01-11 14:05:02 -05:00
891eeffaf2 Fixed a bug in the isFound functions where
it would return false negatives
2019-07-29 00:14:45 -04:00
8fe685f7e0 Added a function to get all permutations of a
string
2019-03-24 15:43:22 -04:00
8f4d8664f4 Fixed bug in getDivisors where number could be added to list twice 2019-03-22 17:37:05 -04:00
caebee7e6d Added isFound function 2019-03-17 19:01:44 -04:00
906db6815f Added functions and tests for Long type 2019-03-03 18:51:12 -05:00
9b7765e21d Updated the README to show the new algorithms 2019-03-02 19:34:42 -05:00
00d8e71a88 Added some algorithms to a class 2019-03-02 19:34:31 -05:00
23572c43da Part of last update that didn't get pushed 2019-03-02 17:57:29 -05:00
38e2deaa3d Added license information 2019-03-02 14:38:57 -05:00
27882cfae5 Updated README with stopwatch information and usage example 2019-03-01 20:03:52 -05:00
02aa179389 Fixed bug where part returned by getStr was off by a factor of 10 2019-03-01 20:03:04 -05:00
3a3ed27845 Added a Stopwatch class and tests to make sure it works propperly 2019-03-01 19:48:05 -05:00
8dd1a5e840 Added a git ignore file 2019-03-01 19:47:09 -05:00