Stephen Cook - MATLAB Cody - MATLAB Central

Stephen Cook

1194
Rank
14
Badges
1920
Score
51 – 100 of 181

Stephen Cook submitted a Comment to Problem 44319. Write c^3 as sum of two squares a^2+b^2

Last test case is wrong. Does not catch 500^3 == 1160^2 + 11120^2 and 500^3 == 2000^2 + 11000^2 .

on 16 Oct 2017

Stephen Cook submitted a Comment to Problem 44338. Recaman Sequence - I

Recaman sequence uses zero indexing, thus `seq(n) = seq(n-1) - (n-1)` or `seq(n) = seq(n-1) + (n-1)` (not the formula used in the description).

on 16 Oct 2017

Stephen Cook received Speed Demon badge for Solution 1288895

on 16 Oct 2017

51 – 100 of 181
Go to top of page