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.
Pairings that are impossible are wrong.
Examples:
The first two connections are fine.
However, last two connections are impossible, C can connect to D or E but not both.
Validate that the wire pairings are legitimate. Raise an exception if not.
What does this mean??
Like what pairings are considered wrong?
please post it as spoiler
I imagine completing this in C will be a huge task.....
You can have as many classes as you like, just remember that the method
public static string Interpret(string input)
is the entry point to your solution and all logic has to begin there, so you need to instantiate your parser somewhere in this method. But it can be in separate class.can we write a different class for parser in c#?i tested it but it looks like u can only write a single class.....