Charles Reid
|
07bd17ec1a
|
committing problems 5-7 in euler test.
|
8 years ago |
Charles Reid
|
c581a9a015
|
moving problem scratch spaces to scratch.
|
8 years ago |
Charles Reid
|
1850ba3a24
|
Adding problem 3 and problem 4 to euler test.
|
8 years ago |
Charles Reid
|
c68557234a
|
add problem 2 to euler test.
|
8 years ago |
Charles Reid
|
ce32e94c2e
|
Factorial sum of digits 34 done.
|
8 years ago |
Charles Reid
|
1bb72bde7f
|
cleaning up 501 and getting things running normally
|
8 years ago |
Charles Reid
|
ee10ba6900
|
cleaning up problem 501 files.
|
8 years ago |
Charles Reid
|
284ae8d643
|
problem 67, knocked out.
|
8 years ago |
Charles Reid
|
5b39c1e6a5
|
brute force and bottom-up give same results for problem 18 input.
|
8 years ago |
Charles Reid
|
9d668890eb
|
commit load triangle file too.
|
8 years ago |
Charles Reid
|
c4a772dcdc
|
adding working solution - from bottom.
|
8 years ago |
Charles Reid
|
e757c6a217
|
removing old triangle file.
|
8 years ago |
Charles Reid
|
01cc1c5f78
|
fix method names.
|
8 years ago |
Charles Reid
|
5cb3b250e8
|
updating problem 67with two counterexamples.
|
8 years ago |
Charles Reid
|
4c0b501ae1
|
add makefile for problem 67.
|
8 years ago |
Charles Reid
|
c97d796ba5
|
cleanup javadoc for Problem 67.
|
8 years ago |
Charles Reid
|
3fd66acc65
|
Adding Problem 67 brute force and attempted subtriangle solution.
|
8 years ago |
Charles Reid
|
8385ae2bae
|
Adding binomial coefficient calculator.
|
8 years ago |
Charles Reid
|
d89992408b
|
Problem 18 fixing Path.
|
8 years ago |
Charles Reid
|
f3c732de51
|
Problem 18 clean up output.
|
8 years ago |
Charles Reid
|
31c0c8425b
|
notes on fix.
|
8 years ago |
Charles Reid
|
de491878a6
|
adding brute force solution. path/subtree sum solution was partially correct, path forward for fixing Path has been identified.
|
8 years ago |
Charles Reid
|
8acd36522e
|
finishing another round of debugging.
|
8 years ago |
Charles Reid
|
c8511fdc0a
|
inching closer...
|
8 years ago |
Charles Reid
|
c1c74ff8aa
|
In the midst of debugging - but we are finding triplet divisible numbers up to 1E8 in 7 s.
|
8 years ago |
Charles Reid
|
fac817b2fe
|
adding problem 501, replicating example data given in problem.
|
8 years ago |
Charles Reid
|
672a5bffce
|
removing more bugs from long segmented prime sieve.
|
8 years ago |
Charles Reid
|
bbbe49cce7
|
Fix qInit function to be correct, and faster.
|
8 years ago |
Charles Reid
|
e5f50a0955
|
updates to 501 makefile
|
8 years ago |
Charles Reid
|
00b792b2c9
|
we are getting closer to a feasible solution, but we have regressed. f(100) is now 13 instead of 10.
|
8 years ago |
Charles Reid
|
bc191f9fae
|
adding Long version of prime generator. faster by factor of 4.
|
8 years ago |
Charles Reid
|
7fc5be1c23
|
PrimeGenerator - reduced amount of time spent on qInit by 100%.
|
8 years ago |
Charles Reid
|
e739f06546
|
adjusting qk calculation, since that is the biggest bottleneck - about 50% of calcualtion.
|
8 years ago |
Charles Reid
|
2ada856952
|
Bringing in the big gusn - JIP profiler.
|
8 years ago |
Charles Reid
|
ddc6b6d7e8
|
Updating prime generator - generates primes correctly, but slower than expected...
|
8 years ago |
Charles Reid
|
c6ca53dd60
|
accidental commit of method not used.
|
8 years ago |
Charles Reid
|
f0d508b2bc
|
Ironing out details with prime range function.
|
8 years ago |
Charles Reid
|
1e929d04ca
|
Just kidding. NOW primes range actually works.
|
8 years ago |
Charles Reid
|
dd4cdf4d53
|
Prime generator class - primes range method working.
|
8 years ago |
Charles Reid
|
d21eeb5161
|
adding not-quite-functional version of prime generator, for backup.
|
8 years ago |
Charles Reid
|
cdab5dd627
|
adding continued fraction problem solution (057)
|
8 years ago |
Charles Reid
|
aa69425168
|
Updating BOP class with clarifying comment and adding problem.
|
8 years ago |
Charles Reid
|
a74238f2f7
|
clean up javadoc in 102.
|
8 years ago |
Charles Reid
|
360d703d8e
|
adding solution to problem 102 - triangles containing origin.
|
8 years ago |
Charles Reid
|
2c6883525d
|
adding 058 problem statement
|
8 years ago |
Charles Reid
|
d6c96bedac
|
adding problem statements for 018 and 019
|
8 years ago |
Charles Reid
|
5a71ec62ec
|
adding problem 101 makefile
|
8 years ago |
Charles Reid
|
9006d77b43
|
committing finished version of BOP from day ago.
|
8 years ago |
Charles Reid
|
c1eb0f96cb
|
yay!
|
8 years ago |
Charles Reid
|
31b68f5d12
|
Adding algorithm to generate primes in a stream, i.e., starting from m and going to n.
|
8 years ago |