Commit Graph

47 Commits

Author SHA1 Message Date
dbac819ac9 Fix broken javadoc comments 2024-08-11 21:37:35 -04:00
3feefdb7dd Added javadoc comments 2024-08-11 21:31:00 -04:00
6c1f06e916 Update test coverage 2023-06-30 21:53:33 -04:00
c8fea3fdd8 Fix sonarqube warnings 2023-04-13 23:22:42 -04:00
f4dbf4e4dc Updated libraries and increased test coverage 2023-04-13 19:12:33 -04:00
783fc7009c Updated algorithm for efficiency 2022-12-04 21:48:38 -05:00
86935cd0bf Updated algorithm to get factors of number 2022-12-04 13:09:50 -05:00
a845925f99 Fix sonarqube findings 2022-08-20 13:54:26 -04:00
8f35397177 Added number generators 2022-08-20 13:46:58 -04:00
3283c94004 Upgraded to junit 5 2022-06-26 15:20:04 -04:00
e0c2f1f0fe Updated more sonarqube findings 2022-06-26 12:50:50 -04:00
51456c7533 Updated more sonarqube findings 2022-06-26 12:04:42 -04:00
4ec1346476 Updated sonarqube findings 2022-06-26 11:53:01 -04:00
e56fe7dc5a Added isPandigital function 2021-10-11 12:58:16 -04:00
ee9b256b67 Split algorithms to separate files 2021-07-03 15:39:56 -04:00
bf12be25ac Updated comments 2021-06-30 17:52:08 -04:00
8b8309199d Added function to print a list 2021-06-30 16:52:31 -04:00
cebe376c1b Added new test for isPrime 2021-06-30 16:20:05 -04:00
1396f412c0 Added Sieve of Eratosthenes implementations 2021-06-30 16:16:22 -04:00
f4e8a6a0f0 Added functions to check for palindromes and convert nums to bin strings 2021-06-29 13:55:21 -04:00
42b4d4a69d Added function to get factorial of number 2021-06-01 18:31:44 -04:00
396e69b08f Fixed typos 2021-03-11 14:53:26 -05:00
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
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
2cbe4b4389 Created isPrime function 2020-10-30 16:27:26 -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
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
9829b8dc29 Added exceptions to the factorial functions 2020-06-07 23:26:42 -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