Sha256: 9564d8c5cdf4f02be3d2a3838b8665d9e427a1e39c7a0fd91d4d3a237156ccd1

Contents?: true

Size: 567 Bytes

Versions: 6

Compression:

Stored size: 567 Bytes

Contents

Create a program to solve a word search puzzle.

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

For example:

```
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.

Create a program that given a puzzle and a list of words returns the location
of the first and last letter of each word.

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
trackler-2.1.0.24 common/exercises/word-search/description.md
trackler-2.1.0.23 common/exercises/word-search/description.md
trackler-2.1.0.22 common/exercises/word-search/description.md
trackler-2.1.0.21 common/exercises/word-search/description.md
trackler-2.1.0.20 common/exercises/word-search/description.md
trackler-2.1.0.19 common/exercises/word-search/description.md