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.
Wow, 2 years ago, sorry! I think the same as you (Felixg2468, and also a bit with angello's premise), especially after doing my own kata and explicitly stating that I'm a newbie, asking people to kindly point out my mistakes because we've all been beginners at some point. Despite that, some people responded or reported issues in a very disrespectful manner because proclaimed themselves some kind of know-all (and far from say sorry, them are saying I could admit I am newbie when it's the thing I more repeated in everywhere in the commentaries and documentation, lmao).
On the other hand though, as I mentioned, I consider myself a newbie, but I’ve spent a lot of time thinking and searching for solutions to this kata, and I can honestly say that I’m proud of my work. To move beyond our "newbie selves," you have to put in the effort and explore different approaches to solving problems. My first solutions were lengthy and complex, but now I aim for efficiency, better readability, and even try to achieve one-liners where possible. What I’m saying is that no one should expect to improve their skills by always sticking to the same approach or taking the easy way out, right? Hope you understand what I meant, let's be empathic teaching and helping one to others with proactivity and but from the respect!
you realize not all beginners have as much knowledge as you, so technically this is good for a beginner, get out of 7ku difficulty, this is easy mode.
The end of the description of this kata says try not to use the if function, so this solution should not be voted for best practices!
If A -> B and later that B-> T so what will be if we have some B's in our dna ?
These B's will be replace too so it's not good option in my opinion.
looks very nice but that's 6 runs through the string...
Resolving unhelpful issues
as for me one of the best solution!!!
This solution is too slow anyway (if we are talking about performance) to bother about such minor optimization at all.
random test is messed up
not really, i have almost similar benchmarks
thanks bro, your comment helped .
even though i pass the test it failes when submitting @_@
There is a 10s limit on java katas to test for performance.
Since calculating factorial is not particularly time consuming, I guess your code contains infinite recursion or an infinite loop.
Guys any idea about this kind of error
took more the 10000
unKnown test Failer , seriously i can't find mistake in my code which make me question the test
This comment is hidden because it contains spoiler information about the solution
Loading more items...