27 Commits

Author SHA1 Message Date
648c48a39d Fixed small typo 2021-07-23 18:20:56 -04:00
467ccb4081 Updated todo 2021-07-13 19:24:17 -04:00
bc19ca6ed0 Updated library layout 2021-07-13 19:23:15 -04:00
e7be27660f Removed unneeded import 2021-07-01 10:59:23 -04:00
a6a83f6c73 Added Sieve of Eratosthenes 2021-07-01 10:57:28 -04:00
bb5b8154ae Added test for isPrime function 2021-07-01 10:06:13 -04:00
28e28c2ee4 Added functions to check for palindromes and convert nums to bin strings 2021-06-29 15:59:22 -04:00
7ef12495c4 Added function to get factorial of number 2021-06-01 18:31:32 -04:00
0c3d7ee0c0 Added gcd function 2021-05-28 15:52:18 -04:00
3adf0c22af Added findNumOccurrence function 2021-05-28 15:22:12 -04:00
7b9207c387 Added isPrime function 2021-05-24 14:10:15 -04:00
3eb91a703b Added function to get a specific fibbonacci number 2021-04-08 13:43:10 -04:00
cc2cf70630 Merge branch 'develop' of https://bitbucket.org/Mattrixwv/typescriptClasses into develop 2021-04-08 13:20:41 -04:00
39199ed137 Added function to get all permutations of a string 2021-04-08 13:20:39 -04:00
358e3e2f71 Removed unneccessary imports 2021-03-28 11:45:14 -04:00
6443a56de8 Added getDivisors function 2021-03-26 13:27:47 -04:00
879fdfd126 Added prod and sum functions for arrays 2021-03-24 17:55:38 -04:00
dbc2670a48 Updated comments 2021-03-12 13:29:35 -05:00
6dfc78f41a Added tests for sqrtBig and arrayEquals 2021-03-12 13:10:56 -05:00
81fa373255 Added functions to get a certain number of primes 2021-03-10 12:23:03 -05:00
1c47477213 Created todo list 2020-10-30 16:34:05 -04:00
6f2a3ea00c Fixed some minor bugs 2020-10-19 18:10:06 -04:00
63e6a37224 Added getPrimes and getFactors 2020-10-19 17:58:09 -04:00
e2b96128bd Added tsconfig 2020-10-19 17:57:57 -04:00
fdfdb7bec1 Created getAllFib() variants 2020-10-19 10:52:17 -04:00
c0ca08838d Created a stopwatch class 2020-10-18 14:31:59 -04:00
125bf9ddf7 Initial commit 2020-10-18 18:31:15 +00:00