Outline:

Create and comment a program that will search for words within an N x N array of letters. The array will be provided from a text (.txt) file. A list of words will be provided to search for from a different text (.txt) file. Your program will search for each word through the N x N array and then state where the first letter of the word is located (using (x, y) coordinate system). If a word is not found in the array then your program should display a message. If a word is not found return what percentage of the word was found (ex: Hello > Hell (%80) found). If a word is found then CAPITALIZE all of the letters, at the end print out the array

Search Criteria:

The search methods should work like a real life search a word. It needs to look for the words in 8 directions. Right, Left, Up, Down, and Diagonal x4 (Down Right, Down Left, Up Right, Up Left)

Hard Copy submission:

Include pseudo code and flowchart detailing the program.

Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.