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.
I didn't know the parameter passed in split() is ignored if not found. Learned something new!
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.
smart
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
@horirii
be ready to level up your "search for text" game!
^_^
>> https://youtu.be/ZfQFUJhPqMM?si=GHYk6elrFIu1OsZNIt is an established form of expressions suitable for searching text in programming.
This comment is hidden because it contains spoiler information about the solution
nice
beatiful 😎
Loading more items...