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 kata seems to be a repeat of another kata i just did hmm..
Thanks for the feedback, my first attempt at creating a Kata. I'll allow my friends to try out the Kata before unpublishing it soon :>
what is the suggested time complexity on this kata?
Is there a way to improve the time complexity on this? If I am not mistaken, the time complexity on this is BigO(n).
Thank you.This was helpful!
What this does it
For those who are wondering!
BigO(n^2)
Nested for loops
Quite messy code, I will refactor it later!
Don't really understand the results of this kata... can someone explain it to me pleasE?
This comment is hidden because it contains spoiler information about the solution
this is smart
Definitely hard coded! Was thinking of implementing stack
This comment is hidden because it contains spoiler information about the solution
Can someone explain why'[(])' is False? The brackets and parentheses are matched!
Hmm... I still don't get the explanation, could you please digest it for me?
Welp didn't think of this, dict mapping came into my mind!
Loading more items...