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.
Oh okay, thanks so much for explaining it to me!
I guess my confusion is just how Stringify() is called within the definition for Stringify()?
If I'm remembering correctly, in Python, this would raise an error stating that the method/function can't be called before its been initiated or something along those lines.
I'm new to C#, and I'm curious what's going on when you call Stringify(list.Next) from within Stringify(Node list); ?
Is this what Manimu means by tail recursion?
I'm also new to data structure so I only really know recursion conceptually.
This test is returning double spaces, and that is not what my code is. Anyone else run into this?
What is this syntax known as? Specifically asking about
... ? 'odd' : 'even' ;
I'm passing 2 tests but failing 2. I haven't gotten errors, or even what tests I passed and which ones I failed.
Where is the feedback on the code I write here so that I can fix my code?