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.
Random tests are generating the same 4 patterns with different coefficients, which aren't acceptable quality.
It's also a good time to reflect on the possible input format in this kata ;-)
The description is too vague about the possible input. It's definitely not
ax + b = c
, and sample tests come up with lots of nasty surprises as well.Also,
- -8
in sample tests? Is this even valid?Could use tags:
Regular Expressions
,Parsing