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.
done
done
done
done
Thanks for the feedback! Corrected.
You get more votes for best practice and it is harder to read so built in obfuscation to thwart the competition.
I like this one most :)
Just remove your random tests. Having no random tests is horrible, but better than the current situation.
This comment is hidden because it contains spoiler information about the solution
Very similar to my solution, but I initialized the for loop at k = 0 and ended up having to use a do-while loop due to off-by-one issues. Glad to see we had the same thought!
I mean, traffic lights are human made gadgets so "in real life" lights go as whatever way you design them to go.
Greedy companies I bought a evaporator, so I will take full advantage of it....
This will not work if price > bounus...
Nicely done.
If you switched the order of checking if x and y are within range and switched the check on x to maze[y].Length, this code would also work for mazes with uneven shapes.
Loading more items...