263 Commits

Author SHA1 Message Date
73a14ddad1 Found the error - no variations starting with muliple Rs RRRDRURRRR. Now we just need to fix it. 2018-02-06 01:09:19 -08:00
4158c088b0 Performing and printing verifications of castle variations successfully. 2018-02-05 21:46:50 -08:00
abaafa5c55 Adding verification for castle variations. Kinda working. 2018-02-05 21:13:20 -08:00
d183f44b28 Update count formula verification script - comment out consecutive R verification. 2018-02-05 11:05:26 -08:00
e15a4e96bc fix formatting 2018-02-05 11:04:54 -08:00
b4a14b1b7c Updating castle variations method to COUNT and construct 2018-02-05 11:04:45 -08:00
e12fb48223 remove old counting consecutive scripts 2018-02-05 11:04:18 -08:00
73ce3a6fc6 update readme 2018-02-05 11:03:59 -08:00
4ca7b9ea67 adding recursive program to assemble castle variations. 2018-02-05 01:01:40 -08:00
9e5761a7c4 printing out some useful debug info, just need to sift through it now. 2018-01-28 15:36:54 -08:00
ed5fde1b02 Successfully generating groups. 2018-01-28 15:20:59 -08:00
fc2181edcb Verification of all consecutive counts works... kinda 2018-01-28 06:59:28 -08:00
a18d8c0cc3 fix convex castles, and now we have a working verification script 2018-01-27 13:40:37 -08:00
48ffe9a8cb Fix a big in convex_castles. Add script for verifying formulas. 2018-01-27 13:16:18 -08:00
6664243d87 update to latest 2018-01-26 19:47:06 -08:00
5ec1f125cb Adding a readme, renaming convex_castles.py 2018-01-26 13:57:55 -08:00
f45fdf42e7 Working version of castle variations generator. 2018-01-25 10:58:31 -08:00
6744a4798b adding small experiment with dynamic program for second step - filling in URRRRUs and DRRRRDs 2018-01-24 14:34:52 -08:00
b87dc40586 clean up castle counting 2018-01-24 13:43:15 -08:00
72b7b1a215 Merge branch 'master' of https://charlesreid1.com:3000/cs/euler
* 'master' of https://charlesreid1.com:3000/cs/euler:
  old problem 500 file
2018-01-24 13:29:57 -08:00
a5ebd1ee30 adding counting castles to date 2018-01-24 13:29:50 -08:00
ac15c1d13b old problem 500 file 2018-01-15 06:50:32 -08:00
1c210f4a2c fix tabs 2018-01-08 02:39:57 -08:00
37fb09dee4 fix bullet list 2018-01-08 02:35:07 -08:00
cac9ef9f0f Adding some old stuff (last summer?!?) 2018-01-08 02:34:35 -08:00
ebc03b222b adding readme for problem 64 2018-01-08 02:33:50 -08:00
057b40d9bb Small fix with summation limits 2018-01-08 00:47:24 -08:00
4b9e530db3 Fix problem 172 2018-01-07 17:44:15 -08:00
3c9e501757 add test case 2018-01-07 04:49:12 -08:00
159c0ec8d0 Adding initial (failed) version of 172. 2018-01-07 04:42:34 -08:00
9e2adb45e3 Adding problem 254 naive and memoized solutions. 2017-09-27 21:24:47 -07:00
1afa36a5ef upgrade from guava 21 to guava 22. 2017-08-11 16:52:07 -07:00
8cab0c1047 adding Problem 158 solution. 2017-08-11 16:51:30 -07:00
bfb944b59f more subtle bugs in poker. good thing they were for rarest possible hands. 2017-07-23 19:00:50 -07:00
cd7ecafdde one more fix to poker four of a kind check, to keep it getting confused with full house. 2017-07-23 18:45:42 -07:00
5ab8e09a25 fix minor typo in poker four-of-a-kind check. 2017-07-23 18:38:39 -07:00
ae5cd1cc16 more work - still not operational, but getting there. 2017-07-21 06:19:10 -07:00
b643d7e0a1 New approach: treat connecting 2-digit numbers as nodes 2017-07-21 05:05:10 -07:00
cccdfa62f5 remove comment 2017-07-21 02:30:58 -07:00
7e1588628e This is not working because edges are not directed correctly. 2017-07-21 02:29:38 -07:00
f7d42c5b49 using guava. can turn this into a minimum spanning tree problem. 2017-07-20 22:28:20 -07:00
cd30665007 update problem 58 with extra files - makefile and prime sieve 2017-07-20 21:49:07 -07:00
849fd6dae3 adding problem 58 2017-07-20 21:48:24 -07:00
db4c5b5d8a removing earlier incorrect fixes. 2017-07-20 20:45:20 -07:00
9bd5ac6e98 correct some mistakes in javadocs descriptions of prime sieve. 2017-07-20 19:35:51 -07:00
b1530736fb Organizing everybody to rounds. 2017-07-18 02:48:04 -07:00
7c39a41bed adding stringlib for string functions. 2017-07-17 05:22:30 -07:00
e13d11686d add fifties problems, update euler lib. 2017-07-17 05:22:07 -07:00
057ddfbd2d adding solutions and tests for the fifties. 2017-07-17 05:14:39 -07:00
24f803cfbc adding problems 19 and 20. 2017-07-17 05:13:49 -07:00