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.
who knows why it is necessary to write:
.Sum(x => x)
Wouldn't it be enough just to write:
.Sum()
current parameter values are e.g.
nmax has 5 digits
Is it going to look more like one liners in a production environment or will it be more segmented like mine?
very clever!
You don't have to hyper-optimize 5 kyu katas, my friend.
but it works, so.
nice
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
i really think mine should be up here
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Сначала хотел через цикл for, но потом вспомнил метод floor.
Same question over here. I think it would fail if the array parameter is null, but not for empty.
Does this Linq method check for null and empty?
Loading more items...