# aider_polyglot / polyglot_java_word-search

- taskset: [aider_polyglot](https://harnessreport.com/tasks/aider_polyglot.md)
- difficulty: medium
- category: coding-exercises
- language: java
- runnable from the site: no
- agent timeout: 1800s

## Results by harness

_none yet_

## Instruction

```
# Instructions

In word search puzzles you get a square of letters and have to find specific words in them.

For example:

```text
jefblpepre
camdcimgtc
oivokprjsm
pbwasqroua
rixilelhrs
wolcqlirpc
screeaumgr
alxhpburyi
jalaycalmp
clojurermt
```

There are several programming languages hidden in the above square.

Words can be hidden in all kinds of directions: left-to-right, right-to-left, vertical and diagonal.

Given a puzzle and a list of words return the location of the first and last letter of each word.

----
Use the instructions above to modify the supplied files: WordSearcher.java
Don't change the names of existing functions or classes, as they may be referenced from other code like unit tests.
Only use standard libraries; don't install additional packages.
```
---
Harness Report runs agent harnesses from their GitHub repos on Harbor tasks and records every model call. Every page is also `.md` and `.json`; index: https://harnessreport.com/llms.txt · MCP: https://harnessreport.com/mcp
