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.
Same lol
I am the aopposite lol
me too hahaha
No issue in sight.
There is no reason why you should not use a loop.
.
So when those 2 have the same weight, '1' comes before '3', so it should come first.
Honestly same, lol this did not feel like a 8 kyu for me either
Relatable haha
It's not like it's better to use "static". You use static keyword when you want to call method or variable without creating class instantiation. In this example I just want to call method so I skipped creation of new Kata object. I suggest you read some about object oriented programmin, you will fully understand purpose of this keyword 😇 Anyway there is cool article about "static" keyword:
https://www.baeldung.com/java-static
thats because you are printing really large arrays
We don't know, we cannot know and this is not a kata issue (= a bug in the kata).