87 Commits

Author SHA1 Message Date
Matthew Ellison
799e157996 Reworked get(Time) function to for easier upkeep 2019-02-08 01:24:36 -05:00
c0670a5e03 Added documentation and move functions around for better readability 2019-02-07 23:57:21 -05:00
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
d8f8408c7c Added a simple dice class and test function 2019-01-26 01:23:00 -05:00
2275cb7eab Brought uniformity. Putting LGPL in files but GPL in LICENSE 2019-01-26 01:22:49 -05:00
c70338c273 Updated name to better reflect what the file does 2019-01-25 20:37:14 -05:00
c6794e1c6f Added Copyright information 2018-12-10 12:05:48 -05:00
070a568dca Added tests for findMin and findMax 2018-12-10 00:39:46 -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
a0a74ff902 Added test for my algorthms file 2018-11-14 12:04:50 -05:00
a365970985 Updated to track test code, but ignore the executables 2018-11-14 11:59:39 -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
410cd4f909 Added a gitignore file so I can test and not push the tests to the repo 2018-11-14 00:12:13 -05:00
0b99682299 Removed the failed BigInt class 2018-11-14 00:11:33 -05:00
175e97020d Added some comments and a function for permutations 2018-11-12 11:35:01 -05:00
76c7b4bce5 Added warning because this is not a stable class yet 2018-11-12 11:34:35 -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
00759b82d1 Moved my classes to an appropriate namespace 2018-11-08 17:38:08 -05:00
8d9af8d84e Added a class that can handle addition and subtraction on very large integers 2018-11-07 19:38:18 -05:00
0344054a34 Added include guard 2018-11-07 18:12:33 -05:00
098a462e2b Added a stopwatch class that allows easy timing of programs 2018-10-31 00:35:32 -04:00
33db0efce0 Added a class that changes the colors of a terminal 2018-03-23 14:08:20 -04:00