[Community Puzzle] Word Search for Programmers

Hi,
thanks for your support, it allowed me to find a slight bug always nice to improve with nice support!

JRL86

1 Like

This was excellent, and I’m glad that you created this opportunity for me! Thank you!

1 Like

Piling on, @Lisa-Has-Ideas , I always like finding a new one of your puzzles. They are usually pretty easy to work through but almost always have a challenge or two. And your test cases are always amusing. Keep up the great work!

Per the instructions, there is a similar medium puzzle called Hidden Word that I had already solved a while back. I took the same exact code, and just had to change the inputs and the outputs to conform to the directions. So if you solve this puzzle and have not yet solved the Hidden Word puzzle in the medium puzzles, you should be able to use your solution here as an excellent starting point.

And since I had solved the Medium puzzle more than a few years ago, I got to go through my old code and curse myself out for some of my previous poor practices. :wink: :upside_down_face:

1 Like

I’ve got the same problem. Out of ideas. :frowning:

I liked this particular Lisa Has Ideas puzzle.
But as a 40 year old Romanian, I found the last usecase unnecessary. Also I am married without kids so I felt the pain :slight_smile:

i suggest that the corner cases are provided upfront in the testable test cases or at least in the question descriptions:
Corner cases i encountered:

  • only 1 character to search
  • border is warped/connected e.g. PLEABCEXAM = here EXAMPLE is found by connecting EXAM on the right + PLE from the left.

Why add the same puzzle only to an easier category?