diff options
-rw-r--r-- | problem72.ijs | 1 | ||||
-rw-r--r-- | problem73.ijs | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/problem72.ijs b/problem72.ijs new file mode 100644 index 0000000..dc6db58 --- /dev/null +++ b/problem72.ijs @@ -0,0 +1 @@ +problem72 =: <:+/(-~:)&.q:>:i.1e6
\ No newline at end of file diff --git a/problem73.ijs b/problem73.ijs new file mode 100644 index 0000000..5c2c64d --- /dev/null +++ b/problem73.ijs @@ -0,0 +1,2 @@ +problem73 =. #(#~(1%3)&<*.(1%2)&>) ~.;{{y%~({.+i.@>:@-~/)<.y%3 2}} each >:i.12000x +NB. Runs for about 30 minutes :) |