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.
Description should specify whether unbalanced parentheses are to be expected. If so, they should be added to tests (which can invalidate a lot of solutions that check for either
(
or)
ONLY)Lua translation!
Lua translation!
python new test framework is required. updated in this fork
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Needs a test case with no parenthesis, and empty parenthesis (e.g
a()b
).Needs a fixed test where one list is exactly the same as the dead list. Currently the tests does not catch this (at least in Python).
The test cases should contain a name with a space.
Clojure Translation ready for review.
Clojure Translation waiting for approval
Yet another variation of string search. :/
Why?