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
While it explores OOP (Object Oriented Programming) to fully extent, I think this is an overkill solution.
I agree that it's a bad solution.
Adding to not be readable, thinking long term, if the time goes up to 300 minutes? Or worse, if it goes around a second variable?
hello, sadly MSVC does not yet support variably-modified types. the
n
inside brackets is purely advisory here though, you can delete it so that MSVC accepts it: the parameter is equivalent toconst char* const names[]
I try to solve in C. I've never seen "const char* const names[n]" as a parameter before. It cannot be run in VS2022. Very appricated if someone can explain that, thank you!
Kata being too easy is not an issue. Also ranks of old katas cannot be changed as of now
Nice for beginners, but too easy for 6kyu.
Removing from
ArrayList
takes a cost and it is overkill for this.This comment is hidden because it contains spoiler information about the solution
Good solution, but remember, for performance, that StringBuffer's usage must be restricted to when the variable is used in more than one thread. That's not the case here, which should be used StringBuilder.
This comment is hidden because it contains spoiler information about the solution
(ping)
This comment is hidden because it contains spoiler information about the solution
Ops, it's agnostic, now I see, your formatting seems strange to me in the first.
I that Python 2 or 3?