i need aprogram solution to this question:
"Write a program that accepts prologue matrix (table) size nxn of letters and a list of words. The program finds all the impressions of the words matrix, so that word can be written from left to right, top to bottom or diagonal (there are four possible diagonal directions). The program also finds the location of words. Word matrix may appear more than once or not appear at all. Also, words can appear to be overlap between them, or even a word contained in another word."
thanks alot
"Write a program that accepts prologue matrix (table) size nxn of letters and a list of words. The program finds all the impressions of the words matrix, so that word can be written from left to right, top to bottom or diagonal (there are four possible diagonal directions). The program also finds the location of words. Word matrix may appear more than once or not appear at all. Also, words can appear to be overlap between them, or even a word contained in another word."
thanks alot