Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
What's with all these kata lately requiring complex mathematical theory and not including the calculation? bro, I just want to code
fixed in OP's fork
Approved
python new test framework is required. updated in this fork
Python :
You will be given n, a number between 0 and 300
solutions are tested upto n<=200 only.
In PHP:
Actual and expected are swapped
NO fixed tests
=)
Read this then: https://docs.codewars.com/training/training-example
I'm a total novice I can't figure out where to answer the katas...
https://www.youtube.com/watch?v=X3_h4w3jVsk
Approved!
SQL Translation
This kata was decided to stay.
This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/140.
Please join the discussion to help us identify duplicate kata and retire them.
I think the best practice for theese kind of problems is just to check for an formula. Dont look for solution, look for formula to solve the problem. Ofc not always. Learning how to google things and use is also important. I tried with loop, but that is so unnecesary. And u cant solve this without math brains. With loop yes, without? Nah.
Loading more items...