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.
Tip: Consider using a positive test for cleaner code:
return words == null ? null : String.join(" ", words);
This approach is more intuitive and aligns with best practices.
This comment is hidden because it contains spoiler information about the solution
interesting!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Deprecated: This feature is no longer recommended
N делят на два , пока n не станет равной 1 или меньше, рекурсия рулит)
Рекурсия решает)
Recursion is power!)
как. это. блядь. работает?!
This comment is hidden because it contains spoiler information about the solution
2^0
?Thank you
It's already explained just below.
This is an excellent solution. How did you come up with this logic? I don't understand the formula. Can you please explain me?
Loading more items...