Approved!
Thanks!
Approved
CoffeeScript translation
Scala translation
C Translation
Approved - Thanks for everyone who is translating my Kata to new languages.
Wow thanks my guy! Multiple translations of this my little Kata - Rust, your Python and PHP.
PHP translation created!
Python translation has been made
I have changed the function name to camelCase Added a sentence to the last paragraph to make it clearer in terms of being language agnostic. Changed the example summation to be less misleading.
Function name should use camelCase
camelCase
Description should be language-agnostic (regarding last paragraph)
This kata is a duplicate to Sum of numbers from 1 to n / Summation / etc... katas
Sum of numbers from 1 to n
Summation
In my example summation is meaning, summation of digits between 1 and n. An example of this is Summation of 6 = 1 + 2 + 3 + 4 + 5 + 6
is misleading because digits imply the individual numeric characters of 0 to 9. Should be replaced with numbers
digits
0
9
numbers
Sorry this happened for you - I have limited it to n = 200 at the highest. This is while I look into the issue. But should be solved for now.
Loading collection data...
Approved!
Thanks!
Approved!
Approved
CoffeeScript translation
Scala translation
C Translation
Approved - Thanks for everyone who is translating my Kata to new languages.
Wow thanks my guy! Multiple translations of this my little Kata - Rust, your Python and PHP.
PHP translation created!
Approved!
Python translation has been made
I have changed the function name to camelCase
Added a sentence to the last paragraph to make it clearer in terms of being language agnostic.
Changed the example summation to be less misleading.
Function name should use
camelCase
Description should be language-agnostic (regarding last paragraph)
This kata is a duplicate to
Sum of numbers from 1 to n
/Summation
/ etc... katasis misleading because
digits
imply the individual numeric characters of0
to9
. Should be replaced withnumbers
Sorry this happened for you - I have limited it to n = 200 at the highest. This is while I look into the issue. But should be solved for now.
Loading more items...