Commit Graph

92 Commits

Author SHA1 Message Date
1333f692da Update version SNAPSHOT 2024-04-02 23:15:37 -04:00
c177730f29 Update libraries 2024-04-02 23:13:59 -04:00
ab78467b5e Update to new snapshot version 2023-12-13 19:42:59 -05:00
ef000b0806 Update library version 2023-12-13 19:33:15 -05:00
2f693aa04b Update java version 2023-12-13 19:32:55 -05:00
fcad3ca62e Update dependencies and plugins 2023-12-13 19:32:21 -05:00
024ab1edf4 Update libraries 2023-10-28 21:08:36 -04:00
8eeb8438de Update libraries 2023-06-30 21:53:41 -04:00
6c1f06e916 Update test coverage 2023-06-30 21:53:33 -04:00
43a7e41391 Merge branch 'develop' of https://bitbucket.org/Mattrixwv/JavaClasses into develop 2023-04-14 19:24:08 -04:00
d7c7f88f03 Updated to Java 20 2023-04-14 19:04:45 -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
77b510f69e Updated dependencies 2022-12-04 13:25:34 -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
e0825fe96e Removed sonarbuild 2022-08-01 18:14:32 -04:00
64843d3dfd Removed dependency scanning from normal build 2022-08-01 18:13:04 -04:00
2a8928860a Added sonarqube dependency scanning 2022-07-30 15:46:33 -04:00
3dc0ec37cb Added sonarqube dependency scanning 2022-07-30 15:44:18 -04:00
dd2437a0a9 Updated version number 2022-07-09 01:52:47 -04:00
a3558e8064 Updated version 2022-07-09 00:53:09 -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
c7ac267c25 Updated sonarqube setup 2022-06-25 18:33:01 -04:00
280cea2a75 Updated for sonarqube 2022-06-25 15:58:42 -04:00
e56fe7dc5a Added isPandigital function 2021-10-11 12:58:16 -04:00
97a84dbe34 Updated todo 2021-07-13 19:24:13 -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
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