Given a 7 times 7 character board. Please find the word “WALLY” that can be formed by a sequence of adjacent characters on the board and highlight all alphabets in the sequence.
Note that:
A word puzzle map.
Note that:
// Possible puzzle map
Z C G C O T Q
J W B C W E W
J Z A L L R R
H Q K A Y M F
K T W L P G H
Q D P G E G J
Q S V C C Y Z
// Puzzle solved map
- - - - - - -
- W - - - - -
- - A L L - -
- - - A Y - -
- - W - - - -
- - - - - - -
- - - - - - -
Output should follow below format:
c c c c c c c
c c c c c c c
c c c c c c c
c c c c c c c
c c c c c c c
c c c c c c c
Note that: