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.
Test doesn't appear to be working in Elixir
This wording of the mechanics of this algorithm is deeply confusing. "return the number of people who sit strictly behind you and in your column or to the left, assuming all seats are occupied.". The "or" indicates that I'm returning one number or the other, but with no clear indication of which it is.
EDIT: Finally solved this, the diagram was definitely necessary and helpful. I would suggest rephrasing the question to request the "total number of people that would have their view momentarily obstructed as you leave the theater".