Rotate Puzzle and find Word
So I have a puzzle.
I need to rotate that puzzle 90 degrees and use a command such as:
lr_occurrences(puzzle, word)
in order to scan the rotated puzzle from 'left to right' and see how many
times a certain word comes up in the puzzle from 'left to right'.
and then I have to print out an integer of how many times it did come in
the rotated puzzle from left to right.
No comments:
Post a Comment