AdmiralAK
Simply Daemonic
OK I have been given a function which I have optimized. It creates a sum of running values.
I have been asked to further optimize it (so I have to create a function out of this )
the output for f(x) = y for a few values is:
f(0) = 0
f(1) = 0
f(2) = 1
f(3) = 9
f(4) = 36
f(5) = 100
f(6) = 225
Anyone see a pattern here? I have been playing around with it all weekend long and still no answer
Admiral
I have been asked to further optimize it (so I have to create a function out of this )
the output for f(x) = y for a few values is:
f(0) = 0
f(1) = 0
f(2) = 1
f(3) = 9
f(4) = 36
f(5) = 100
f(6) = 225
Anyone see a pattern here? I have been playing around with it all weekend long and still no answer
Admiral