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.
No. Sorting an array is slower than parsing it linearly.
but wouldnt it be a little faster than a for loop?
I'm mad
actually whenever a program runs for the first time then static scope is runned once so it's used for initiallization. However if the program runs again then this static block will be skipped so yeah it good to use this.
anyone trying this approach please read the question again it's mentioned we need to create a database so that we can directly use it. So store all the language in something
unreadable, try writing more clean codes
This comment is hidden because it contains spoiler information about the solution
it will take extra memory
if someone new is having doubt here go read about String pool, basically in each concatenation a new string object is created and it consumes way too much memory
This comment is hidden because it contains spoiler information about the solution
your solution is perfect example of bad coding
very short and readeable
This comment is hidden because it contains spoiler information about the solution