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.
This comment is hidden because it contains spoiler information about the solution
This is dope :D
This solution works well for small inputs, but it checks every number up to n, making it inefficient for large values. A more optimized approach could iterate directly over multiples of 3 and 5 to reduce unnecessary checks.
really nice
I just finished my first practice and saw this. This is fire, in just one line, so neat.
wow, nice one
This comment is hidden because it contains spoiler information about the solution
good
nice
beatiful 😎
This comment is hidden because it contains spoiler information about the solution
Great! Can you explain it?
This comment is hidden because it contains spoiler information about the solution
emm, but does it check if number multiplies both once?
I think this is easy enough to understand even if it's inline. Actually it's quite declutterd in this way.
Loading more items...