Skip to content

Commit

Permalink
Matrix Set README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajlopez committed Jul 21, 2013
1 parent dfd5308 commit fcb9686
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions MatrixSet/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Matrix Set

Solution to first step of problem:

https://groups.google.com/forum/#!topic/google-code/1XYYAvvMgC8

Given a boolean matrix, it returns a list of the greatest sets of cells having true value, that comply with the problem criteria.
If a cell X, Y is in the set, for all the other cells X2, Y2, the cells X, Y2 and X2, Y are in the set, too.

I don't understand why round-trip recommendations, inbound and outbound flights are involved in this problem ;-)
The interpretation of the problem is beyond my neuron power.

0 comments on commit fcb9686

Please sign in to comment.