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.
The tests are passing the 'base'-list as a reference to your function, which means that the 'base'-list will be modified if your function doesn't copy it before usage.
Read the error message, it tells you with which input your code fails:
Not a kata issue.
Here's an example of a test:
Your code should contain only one line: assignment to
regex
variable.This comment is hidden because it contains spoiler information about the solution
Hi,
Not an issue, a question. With more than 4500 completions in C#, that has to come from your code. Check that you didn't forget any import (note: I don't do C# myself, so just an idea) and check that the methods your using are compatible with the version of C# you're using on CW.
Cheers
PS: "issue" = problem in the kata itself / "question" = problem in your code
Yes, in your profile page.
When reporting an issue, show the exact error message, and your code using markdown formatting and mark your post as having spoiler content. Otherwise there is no way to help you.
Probably the problem is in your code, not in the kata.