Skip to content

Instantly share code, notes, and snippets.

@qddddr
Created October 7, 2012 01:08
Show Gist options
  • Save qddddr/3846731 to your computer and use it in GitHub Desktop.
Save qddddr/3846731 to your computer and use it in GitHub Desktop.
euler 77 in J
g =: p:&(] ` 0: @. (<&0))
q =: p M.
p =: 4 : '(((x-g y)&q) + (x&q@<:)) ` (0: ` 1: @. (x=0&[)) @. ((x<2)&+.@(<&0)) y'
f =: 3 : '(y q (p:^:_1)y) + (0: ` _1: @. (y&=) p:(p:^:_1)y)'
((1!:2)&2) >:{:([^:((5000&<)@f@])>:)^:a: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment