Euler's sum of powers conjecture: Difference between revisions

Content deleted Content added
Commentary
Line 526: Line 526:


=={{header|COBOL}}==
=={{header|COBOL}}==
Unlike many of the other solutions, this one doesn't use the 5th root of the sum of the 5th powers of a, b, c and d but instead does a binary search through a table of pre-computed 5th powers. I expect that taking this approach with the other solutions will speed up their run-times considerably.

<lang cobol>
<lang cobol>
******************************************************************
******************************************************************