28 Commits

Author SHA1 Message Date
9524144f28 Updated todo 2021-07-13 19:24:18 -04:00
41cb497943 Moved getPermutations to the correct file 2021-07-05 01:36:06 -04:00
dd676bcdc8 Split algorithms into multiple classes 2021-07-05 00:51:21 -04:00
653076fd78 added new test for IsPrime 2021-06-30 14:10:07 -04:00
723a8f7e6c Added functions to determine if a number is prime and create a string from a list/array 2021-06-30 13:37:14 -04:00
34edb993f2 Added function for SieveOfEratosthenes 2021-06-30 12:02:13 -04:00
5ac02757f4 Added functions to check for palindromes and convert nums to bin strings 2021-06-29 13:55:28 -04:00
fa296f4440 Added function to get factorial of number 2021-06-01 15:40:41 -04:00
211c320a88 Fixed formatting 2021-03-11 15:22:28 -05:00
58b44febf4 Fixed reference error 2021-03-11 15:06:28 -05:00
b1ba312532 Added unit testing 2021-03-11 15:04:06 -05:00
4ac0db8d6d Various bug fixes 2021-03-11 14:53:45 -05:00
fa5b4d2f15 Fixed bug in getting BigInteger sqrts 2021-03-11 13:35:04 -05:00
32a937f626 Added functions to determine the gcd of 2 nums 2021-02-07 12:42:27 -05:00
409925f924 Created todo list 2020-10-30 16:34:05 -04:00
f024426520 Added FindNumOccurrence() 2020-10-03 12:42:19 -04:00
2d7b85a7f5 Added a function to get a specific Fibonacci number 2020-09-11 11:37:54 -04:00
3b48a61fe7 Added functions to get all permutations of a string 2020-09-04 13:33:11 -04:00
9eb1539c07 Added some exception handling 2020-08-24 14:27:48 -04:00
fe80d93bdf Updated to fix some warnings 2020-08-24 14:18:45 -04:00
6725c5fe29 Added GetDivisors function 2020-08-24 13:53:38 -04:00
b2cab43514 Updated functions to match C# conventions 2020-08-24 13:53:19 -04:00
87578df40d Added getSum and getProd functions for arrays 2020-08-24 12:28:27 -04:00
72dfbd67d1 Added getNumPrimes function 2020-08-23 22:15:20 -04:00
b52c6bc23d Added getFactors and getPrimes functions 2020-08-23 04:32:55 -04:00
9bf912fd89 Updated to be more reliable if tick freq changes 2020-08-23 04:32:19 -04:00
1b71bab4f4 Added getAllFib functions 2020-08-23 02:54:28 -04:00
5ef27dff12 Initial commit with Stopwatch 2020-08-23 02:30:55 -04:00