My newbie solution to Project Euler #1
+/((0=3|1+i.1000-1) +. (0=5|1+i.1000-1)) * (1+i.1000-1)
I know that this can be refactored, and transformed into a function, i don't know how to do it, and I would have to read all the labs to learn it.
|
My newbie solution to Project Euler #1
I know that this can be refactored, and transformed into a function, i don't know how to do it, and I would have to read all the labs to learn it.
| ||||
|
feedback
|
|
It isn't necessary to "handle zero" because adding zero won't change the answer so you can just use
J works best with arrays so you should be able to ask for the residue (
The Now we can do the
Insert an OR condition between the two items (lines) of the array:
Get the index of each 1 in the list/vector:
And sum:
23 You can make this an explicit function/verb fairly easily:
Or once you get the hang of tacit J you could define:
| |||
|
feedback
|
The only thing I couldn't refactor so far is the | ||||
|
feedback
|