Equation optimizer based on operation costs – codereview.stackexchange.com
winapiadmin
I wrote this code to split a number into equations which gives the least cost.
e.g. 6896 = (64 + 19) ** 2 + 7 which has a cost of 1.909 points which is the most optimized equation with least cost.
The ...
