32 Commits (master)
 

Author SHA1 Message Date
JD Cantrell 98190625e7 Add a make clean rule
13 years ago
JD Cantrell b8ac2389b7 Convert clang, also clean up warnings
13 years ago
John Cantrell 72e5c59b16 Cleaned this up problem 19 a touch, added some comments
13 years ago
John Cantrell 5f4a7aa749 Added solution for problem 21
13 years ago
John Cantrell 44c8a6daa4 Added solution to problem 20, very straight forward once large numbers are handled correctly
13 years ago
John Cantrell 99f3f1a4bc Correct multiplication of two digit numbers in big_int
13 years ago
John Cantrell 83a5926702 Updated Makefile for new solution
13 years ago
John Cantrell ea031c2aa4 Added solution for problem 19
13 years ago
John Cantrell 20349f6b89 Problem 67 is similar to problem 18, and also tests problem 18's solution on a larger data set
13 years ago
John Cantrell d8cf7d23be Updated problem 18 with a final solution, will add triangle for problem 67, since this solution should work for much larger triangles (runs on O(n**2) time)
13 years ago
John Cantrell 98b1d0ab31 Problem 18 initial code added, the logic isn't correct just yet
13 years ago
John Cantrell 1861072794 Moved big_int into its own header file for future problems
13 years ago
John Cantrell 01bfa38eb0 Solution for problem 17, was going to just addi it all up but decided that coding it would be much easier
13 years ago
John Cantrell f0d7262813 Add defines for number of digits and end of number marker, also make the big_int store numbers as a char array, since this was the original intention
13 years ago
John Cantrell 44aafe2623 Added answers for problem 15 (in readme) and problem 16
13 years ago
John Cantrell a83b865839 Answer for problem 14
13 years ago
John Cantrell 266b031f32 Correct file permissions
14 years ago
John Cantrell f7838d0f80 Added solution to problem 13
14 years ago
John Cantrell 773ced0616 Added temporary answer for problem 12
14 years ago
John Cantrell fed2ea68ee Add solution for problem 11
14 years ago
John Cantrell a0b62bd555 Add solution to problem 10, also re-learned max/min integer representation
14 years ago
John Cantrell 5310aad88f Add solution to problem 9
14 years ago
John Cantrell 82e4e54953 Added answer for problem 8
14 years ago
John Cantrell de3270cc5c Added euler7 with my solution and the proposed solution
14 years ago
John Cantrell 9fea04f461 Answers for euler 5 and 6
14 years ago
John Cantrell 52f9f2b64d Updated Makefile to properly detect changes
14 years ago
John Cantrell 8e8ce6092c Added make file
14 years ago
John Cantrell 5244d01f03 Solution for problem 4
14 years ago
John Cantrell 170985679d Update ignores for program files
14 years ago
John Cantrell b1ca4e5998 Describe a little more about what I am attempting to do here
14 years ago
John Cantrell 084f6dd923 Added small readme
14 years ago
John Cantrell 224e15b949 Initial import of my first three Project Euler solutions
14 years ago