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.
In this case it would be more correct to use if else or just if lighting, since the switch housing designs are 40% slower
Check for their positive modularity
Return list
ofbirds
that not in the list ofgeese
.This comment is hidden because it contains spoiler information about the solution
Sorry I thought that we need to check $n first.
The Kata definition is:
Build a function that returns an array of integers from n to 1 where n>0.
You need to check first if $n is greater than 0
Can someone explain to me this kata with simple words? thanx a lot.
This comment is hidden because it contains spoiler information about the solution
This is so true, at first I did it wrong because in my mind was something complicated. It
This one is actually a nice example of how complex problem can solve easily if you find any pattern.
Check what those methods return (it's a boolean), and return the array instead.
This comment is hidden because it contains spoiler information about the solution