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 solution is forcing lowercase to account for the case-insensitive constraint. Also, your solution is being redundant by checking for a bool value to return a bool value.
i'll fork this for cr7.
SIUUUUU
@armM00
@AssafBenIshay
If you find a problem with any kata, you can always post an
issue
.Be sure to include a clear description of the problem, and provide examples of where it breaks, such as input, expected output, and a proof of how the expected output is incorrect by the lines of the description. This way, you can contribute to the quality of this site if you are willing to do so.
absolutly right
it gives false for random tests that has two same letters which are not even in the string!
such a waste of time
This comment is hidden because it contains spoiler information about the solution
It's mentioned in the description, read it again. There are no tricky tests, you've been warned about them.
Hi armM00, I'm sorry to hear that you weren't happy with this kata. I future you can downvote katas or skip them instead of taking to the comments. I would also suggest trying some more katas and finding ones that you enjoy :)
how do you do it 😫😫
I used to play FIFA a lot when I was younger.
You can skip the Kata if you don't like it.
Definitely 8kyu
Writing a program to verify parenthesis is one of the most classic tasks in programming, that would be like accusing a task "generate a list of prime numbers" as being stolen. Not to mention that the kata is a remake of this kata which was created in 2013, while the earliest similar task I can find on Leetcode is from 2015. Are you sure they didn't "steal" from us? ;)
You haven't exported the
multiply
function.