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.
I changed the show instance, so it should no longer time out in the test code (but it will of course time out if the solution code doesn't complete)
ah. Yes I was assuming the city app wouldn't be directing citizens to walk to the North Pole and beyond.
I see there is such an infinite walk in the test suite.
thanks!
doesn't time out on a correct solution. I think always returning
True
may cause tests to attempt toshow
an infinite list which is why that times out. If you always returnFalse
it does not do this.Solutions are timing out in Haskell, even if I trivially insert 'True' as the function output. This is a bit upsetting as I have a good solution which works on my local machine but I cannot run it on the server.
Approve!!
I was trying this in Haskell, my function doesn't pass the Haskell test suite but the python version works. I think something is up with the Haskell test suite.
approve!