Sha256: 02838270b90beaa7b332a60cf841346c97a1771b7e6f48e0e95588844b33634d

Contents?: true

Size: 499 Bytes

Versions: 139

Compression:

Stored size: 499 Bytes

Contents

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.

Version data entries

139 entries across 139 versions & 1 rubygems

Version Path
trackler-2.2.1.180 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.179 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.178 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.177 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.176 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.175 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.174 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.173 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.172 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.171 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.170 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.169 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.167 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.166 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.165 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.164 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.163 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.162 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.161 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.160 problem-specifications/exercises/word-search/description.md