[Rosettacode] sum of powers conjecture

bearophile via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jul 26 11:40:58 PDT 2015


I've translated the C++ entry to D as third D entry, but it's not 
a good translation, I've just converted iterators to pointers 
instead of using ranges (the resulting speed is acceptable). 
You're welcome to improve it:

http://rosettacode.org/wiki/Euler%27s_sum_of_powers_conjecture#Third_version

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list