algorithm - word search in java 2d array - Stack Overflow
am trying to create a simple word search for a class assignment, and I have managed to figure out how to search east (from left to right) and west(right to left). But I am having trouble trying to figure out how to search south (top to bottom).
The code that I have works for one file that I read in but the second file returns an ArrayIndexOutOfBoundsException. Is there anything that is specific in my code that would make it un-scalable?
My corrected code looks like this:
Read full article from algorithm - word search in java 2d array - Stack Overflow
No comments:
Post a Comment