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.
Hello I have some problems with the random tests. language is c#.
Im passing the basic tests but at the random tests (attempt) I got following message:
tests/Fixture.cs(122,15): warning CS0219: The variable 'passed' is assigned but its value is never used
Log:
Added random Tests.
Added sample solution
Added sample Test.
Sorry this is my first one. Im just working on the random tests and the solution. I didn't realize that the kata is online
in c# tests the namespace is missing!
I have problems understanding the instruction: "POSITIONS... and LENGTHS... are comma-separated lists."
Do I have to write a seperate class "Branch"? What do you mean with comma-seperated list?
can u explain it a bit more detailed pls?
At the Attempt testcase I thin another test case is wrong: should return false if walk is too short (length 2, n, s)
I think one time up and one time down should result in the same spot...
got it... sorry. havent read the instruction the walk must be exact 10 minutes ;(
This comment is hidden because it contains spoiler information about the solution
can u give a little hint where to search for a optimization or what concepts are usefull?
Im a beginner and have no ideas what to try or what to research..
No BaseTest for c#!
why -=48?
why -48?
I have the same problem.
Language is c#
Nice and easy...