Meta Interview Question

Find a fast way to extract patterns from a 2d matrix.

Interview Answer

Anonymous

Feb 18, 2016

Depending on the input data they give you, you find usually find the first element and build from there (no full matrix scan).