Commit Graph

69 Commits

Author SHA1 Message Date
0bbb3ba406 Added a function to get the factorial of a number 2020-01-31 19:32:30 -05:00
93bad2b80d Changed some primitive ints to Integer class 2020-01-11 14:31:24 -05:00
23adcaafb0 Changed gitignore to ignore all class files 2020-01-11 14:06:41 -05:00
144dac6138 Removed all class files 2020-01-11 14:05:02 -05:00
891eeffaf2 Fixed a bug in the isFound functions where
it would return false negatives
2019-07-29 00:14:45 -04:00
8fe685f7e0 Added a function to get all permutations of a
string
2019-03-24 15:43:22 -04:00
8f4d8664f4 Fixed bug in getDivisors where number could be added to list twice 2019-03-22 17:37:05 -04:00
caebee7e6d Added isFound function 2019-03-17 19:01:44 -04:00
906db6815f Added functions and tests for Long type 2019-03-03 18:51:12 -05:00
9b7765e21d Updated the README to show the new algorithms 2019-03-02 19:34:42 -05:00
00d8e71a88 Added some algorithms to a class 2019-03-02 19:34:31 -05:00
23572c43da Part of last update that didn't get pushed 2019-03-02 17:57:29 -05:00
38e2deaa3d Added license information 2019-03-02 14:38:57 -05:00
27882cfae5 Updated README with stopwatch information and usage example 2019-03-01 20:03:52 -05:00
02aa179389 Fixed bug where part returned by getStr was off by a factor of 10 2019-03-01 20:03:04 -05:00
3a3ed27845 Added a Stopwatch class and tests to make sure it works propperly 2019-03-01 19:48:05 -05:00
8dd1a5e840 Added a git ignore file 2019-03-01 19:47:09 -05:00
be2749ea67 README.md edited online with Bitbucket 2019-02-12 23:07:57 +00:00
41adcc6d6c Initial commit 2019-02-12 23:05:58 +00:00