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.
approved, thanks!
This comment is hidden because it contains spoiler information about the solution
.
.
This comment is hidden because it contains spoiler information about the solution
since all boxes and prisoners are numbered 0-99, a prisoner (say #73) comes in and finds a box with that number written on it (box index 73). the ticket contained inside (the value) can and most likely will differ.
if i understand your question correctly... when your last "cell" has no text it should be filled with spaces like so:
i'll let someone else approve, don't speak ruby
var makes code a bit more readable / cleaner as you'd have to call
input.length
several timesstill present
was just being silly with
// codes go hear
, but i see your pointadded linefeed specs
you are right, added empty columns test case. thanks