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.
You solved the problem, but missed the point of the kata that was to use a Window Function
I would add that adding prices has no practical sense.
This comment is hidden because it contains spoiler information about the solution
Efficient...
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This is the ony answer I´ve seen that deals with the input restrictions. Good job.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Because there could be people in the
people
table that don't have a match on thejob
table.It is exactly the opposite, 0 is falsy, and all other numbers are truthy.
maybe because you're using
a1 + a1
instead ofa1 + a2
Interesting kata.
But... I've had some issues trying to solve it using R. The console won't let me install nor does it acknowledge the series package, even though this package was released with R's version 2.7 and the platform uses 3.4.1. Even though I could load the stringr package, there are some functions I could use and others that I couldn't.
Maybe the kata is meant to be solved using base R, but would appreciate it a lot if someone from Codewars could look into it.
This comment is hidden because it contains spoiler information about the solution
Loading more items...