Commit Graph

21 Commits

Author SHA1 Message Date
5f7351bf6e Fixed syntax error in getDivisors 2019-01-31 12:40:37 -05:00
77586965ca Updated the getDivisors funct to fix possible bugs and improve efficency 2019-01-31 12:21:55 -05:00
4dfb5f42a4 Updated to increase efficiency of both prime number functions 2019-01-31 00:35:38 -05:00
c77f9d71e0 Updated getNumPrimes to be more efficient 2019-01-30 22:09:57 -05:00
cea62c9404 Updated so it is unnecessary to link gmp every time it is included 2019-01-29 01:37:36 -05:00
86bedfc0cd Fixed a couple of typo bugs in the newest functions 2019-01-29 01:30:41 -05:00
f79fddf372 Updated to correct date 2019-01-29 01:14:31 -05:00
b397d00290 Updated getNumPrimes() to make algorithm more efficient 2019-01-29 01:12:47 -05:00
2fc5f8c425 Added an algorithm that will return a specific number of primes 2019-01-29 01:10:06 -05:00
04a1c29a4b Added a function to get all the prime factos of a number 2019-01-28 13:13:13 -05:00
aa5ae520c3 Updated prototype to show correct function 2019-01-28 12:47:28 -05:00
c6794e1c6f Added Copyright information 2018-12-10 12:05:48 -05:00
452c20fce0 Added functions for finding the minimum and maximum elements in a vector 2018-12-10 00:39:29 -05:00
d79ab17353 Added bubblesort, quicksort, and search 2018-12-02 17:25:22 -05:00
6e73189e96 Fixed small bug, increased Fib efficiency and changed to C++ gmp classes 2018-11-14 11:58:33 -05:00
aed6b8672c Added algorithms for finding a Fibonacci number 2018-11-14 00:12:37 -05:00
175e97020d Added some comments and a function for permutations 2018-11-12 11:35:01 -05:00
95d2869136 Fixed sort problem and added declarations to the front of the file 2018-11-09 15:42:27 -05:00
e77e66ef86 Added sort to the end of the getPrimes and getDivisors functions 2018-11-09 15:13:22 -05:00
81b50f92f6 Added the correct namespace to the file 2018-11-09 00:53:45 -05:00
72153267df Added a file that contains some useful algorithms 2018-11-08 18:00:06 -05:00