Commit Graph

17 Commits

Author SHA1 Message Date
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
81fa373255 Added functions to get a certain number of primes 2021-03-10 12:23:03 -05: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
fdfdb7bec1 Created getAllFib() variants 2020-10-19 10:52:17 -04:00