87 Commits

Author SHA1 Message Date
5e8cdbc29d Updated todo 2021-07-13 19:24:31 -04:00
c938908396 Fixed third linux compile bug 2021-07-03 12:28:04 -04:00
5f2cd7fae8 Fixed second linux compile bug 2021-07-03 12:26:55 -04:00
ccf6340f6c Fixed bug for linux compile 2021-07-03 12:25:58 -04:00
d579c1663b Updated for uniformity and random now working 2021-07-03 02:39:50 -04:00
a0a89d510f Removed results block 2021-07-02 21:59:24 -04:00
e377f4d585 Created make file to make testing easier 2021-07-02 21:59:12 -04:00
5cf20b539a Split up algorithms to several sub files 2021-07-02 20:50:28 -04:00
eba3d9e1f8 Created a general Generator type for coroutines 2021-07-02 15:19:42 -04:00
279528fe28 Added tests for Sieve of Eratosthenes 2021-06-30 17:14:56 -04:00
83c20463de Added new test for isPrime 2021-06-30 14:10:17 -04:00
cf8fd4d65e Added functions to create a string from a vector 2021-06-30 14:02:57 -04:00
16b2a6f792 Fixed bug in toBin function 2021-06-29 12:00:12 -04:00
5e3c4bd004 Updated dates 2021-06-29 10:18:13 -04:00
721128a276 Added functions to check palindromes and convert to bin 2021-06-29 10:17:41 -04:00
07d32e6b42 Added function to get factorial of number 2021-06-01 18:31:54 -04:00
190d92da47 Added function to find factorial of number 2021-06-01 15:16:07 -04:00
b035dcfaed Added a SieveOfEratosthenes class 2021-03-11 10:07:17 -05:00
b2becb11ef Added function to split a string on a character 2020-12-04 14:10:24 -05:00
82c3bd79f0 Created todo list 2020-10-30 16:34:09 -04:00
0266785921 Adjusted variable names 2020-10-30 16:05:12 -04:00
a1e0d53e8d Added test for isPrime 2020-10-30 15:28:37 -04:00
b54a223934 Added isPrime 2020-10-30 15:21:23 -04:00
1ee5d04871 Added function to count occurrences of a char in a string 2020-07-28 01:08:14 -04:00
077e265de3 Updated function to match description 2020-07-11 13:36:34 -04:00
9a64623008 Added test for new function 2020-07-09 15:46:46 -04:00
2bebbd2db9 Moved all string functions to a single function
A couple of bugs relating to time resolution squished
2020-07-09 15:46:35 -04:00
3c99ab2eb0 Added a function that returns a string when passed
a duration in nanoseconds.
Helpful for easy conversion in some benchmarks
2020-07-08 16:39:25 -04:00
2a3c022136 Added ability for Stopwatch to be sent to an
ostream
2020-02-02 12:02:26 -05:00
efa76caca8 Fixed error with problem 2 not compiling 2019-09-05 20:16:58 -04:00
242a2016d6 Changed isFound to use functions in the STL 2019-08-18 11:53:05 -04:00
89245b00f5 Added instructions and info on the getStr function 2019-03-29 12:50:27 -04:00
f2f4782b06 Adjusted string output to show minutes and hours
when the previous resolutionis over 120
2019-03-29 12:49:15 -04:00
27087ad163 Added tests so all functions in Algorithms.hpp are tested 2019-02-28 11:23:47 -05:00
ccebe26aa2 Fixed bug in getNumFib where you get one number larger than desired 2019-02-28 11:22:58 -05:00
7bd89b9479 Fixed bug for empty array in get product 2019-02-28 11:18:46 -05:00
430a22c34b Added quick sort algorithm 2019-02-28 10:44:31 -05:00
06d09efa8b Merge branch 'master' of https://bitbucket.org/Mattrixwv/my-classes 2019-02-27 18:09:30 -05:00
bb8810326f Updated to be more standardized 2019-02-27 18:09:16 -05:00
53d2a266c3 Added exception handling and test function to Stopwatch 2019-02-12 00:21:12 -05:00
45f6d69507 Changed dice to a template class and updated ifdef statements 2019-02-12 00:02:47 -05:00
Matthew Ellison
9466ef4f0d Added a function to return a string of the time at recomended resolution 2019-02-10 00:15:27 -05:00
Matthew Ellison
84cbf6d5af Updated getFib so you don't need a special function for the gmp library 2019-02-09 00:49:25 -05:00
Matthew Ellison
649fe3a66e Fixed another bug in the getDivisors function 2019-02-09 00:20:10 -05:00
Matthew Ellison
bae2a3e3fc Added getProduct() and fixed bugs in getDivisors() 2019-02-08 23:43:27 -05:00
Matthew Ellison
6a06c2f1aa Fixed bug in getPrimes where it would skip adding 2 on odd numbers 2019-02-08 18:45:56 -05:00
Matthew Ellison
e3bdd3e0f9 Fixed typo in getFactors 2019-02-08 16:11:03 -05:00
Matthew Ellison
0bec0ff5ab Added getAllFib function to return a vector of Fibonacci numbers 2019-02-08 15:34:20 -05:00
Matthew Ellison
e86278f050 Updated to correct scope problem 2019-02-08 14:39:20 -05:00
Matthew Ellison
bb4c1f80b4 Added a readme to the repository 2019-02-08 02:40:06 -05:00