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.
Kata description state:
this means only that the number of "(" equals the number of ")"
and provide example:")(" => true
... but test cases expect that parenthesis are correctly opened/closed (ie: example
)(
should returnfalse
^^)Duplicate of http://www.codewars.com/kata/binary-search
)(()
is balance?Why don't you try to disable
indexOf
? There are a lot of lazy guys(include me) ;-)need more testcases, need some example testcase
Does the array contain duplicate
targets
?needs random test cases
Duplicate:
http://www.codewars.com/kata/are-the-brackets-balanced