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 comment is hidden because it contains spoiler information about the solution
for these regex ones I'm not quite sure I understand how they verify that one pair doesn't close before an inner pair is closed?
Nice solution, but Imho I've made a bit better one.
You run regex twice for each iteration.
Checkout mine solution. It uses only onre regex per cycle and compares string length change.