275 Commits

Author SHA1 Message Date
7d0edf8ef8 Adding Digit Sum problem. 2017-06-30 20:10:28 -07:00
819240a40a adding note on possible fix. 2017-06-30 13:17:09 -07:00
e489a107ae have a viable solution, but it is recursive and throws a stack overflow error 10% through the problem. 2017-06-30 13:14:39 -07:00
6b16e9a914 Committing triangular number program. 2017-06-30 12:47:33 -07:00
478c828ac2 add problem 11 solution. 2017-06-29 14:24:37 -07:00
1536374334 Adding problem 9 for project euler. 2017-06-23 19:57:50 -07:00
479846e123 adding problem 4 solution. That was easy. 2017-06-23 18:46:14 -07:00
a7d1cd78d4 moving each problem to own directory. 2017-06-17 23:50:42 -07:00
1d96e0fdc7 adding 008 directory with updated/working problem 8. 2017-06-17 23:48:53 -07:00
630c51b975 add updates to makefile. 2017-06-17 23:36:40 -07:00
89f6913e3a adding problem 8 - kicker was recognizing that 13 digits is just above 32 bytes. we are trying to find a number greater than 2**32. 2017-06-17 23:35:52 -07:00
3678ad857d try again later... 2017-06-17 01:59:03 -07:00
d2902fab6f try again later. 2017-06-17 01:58:42 -07:00
f204db9525 Problem 8 clean up printed messages. 2017-06-17 00:52:24 -07:00
661fead5da Adding problem 8 solution - finding longest subsequence. 2017-06-17 00:51:15 -07:00
978ae0d8b1 Adding problem 4 solution. 2017-06-16 04:48:29 -07:00
f2fcd7840e Add 7 to makefile. 2017-06-16 04:48:14 -07:00
125c3bca5d adding comment 2017-06-15 13:47:07 -07:00
3bc8ca0419 adding problem 6 solution - sums and squares. 2017-06-15 11:05:51 -07:00
35394e19db adding problem 5 - least common multiple question. 2017-06-15 10:55:50 -07:00
11caa87233 updating makefile and adding problem 7 finding 10,001st prime number 2017-06-14 23:54:53 -07:00
ffc6e112b5 adding problem 1 and 2 Java files. 2017-06-14 17:19:58 -07:00
ac01ebea84 add all 3 problems to Makefile 2017-06-14 17:19:40 -07:00
c43747b8de Adding greatest prime factor program. 2017-06-14 17:18:49 -07:00
e84b018dd4 Initial commit 2017-06-14 05:03:24 +00:00