Kuldeep Singh

Kuldeep Singh

  • NA
  • 68
  • 930

End location of the word from words array is not correct.

Apr 29 2021 12:14 PM
I am trying to implement a word search in a grid of letters and a list of words. The program should be able to find each word in the grid and display the start and end coordinates. The words can go in all 8 directions. I am able to get the correct start coordinates however the end coordinates does not match for some of the words.

Attachment: WordSearch.zip

Answers (2)