Meta Interview Question

CV based questions One problem: Given a matrix of chars and a string, return a boolean: is the string found in the matrix or not (letters, in order, have to be neighbors - any direction, even diagonally - the direction can change, so they can go in a zig-zag or whatever form).