Sha256: 68447ac2627d2872b6bde3b83d1040ef88f966381151604fbfbbdfef28512a15

Contents?: true

Size: 518 Bytes

Versions: 108

Compression:

Stored size: 518 Bytes

Contents

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

For example:

```
gefblpepre
cbmdcimguc
oikoknrjsm
pbwjrqrota
rixilelhgs
woncqlispc
schemekmgr
alxhprubyi
javaocamlp
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

108 entries across 108 versions & 1 rubygems

Version Path
trackler-2.0.8.7 common/exercises/word-search/description.md
trackler-2.0.8.6 common/exercises/word-search/description.md
trackler-2.0.8.5 common/exercises/word-search/description.md
trackler-2.0.8.4 common/exercises/word-search/description.md
trackler-2.0.8.3 common/exercises/word-search/description.md
trackler-2.0.8.2 common/exercises/word-search/description.md
trackler-2.0.8.1 common/exercises/word-search/description.md
trackler-2.0.7.0 common/exercises/word-search/description.md
trackler-2.0.6.44 common/exercises/word-search/description.md
trackler-2.0.6.43 common/exercises/word-search/description.md
trackler-2.0.6.42 common/exercises/word-search/description.md
trackler-2.0.6.41 common/exercises/word-search/description.md
trackler-2.0.6.40 common/exercises/word-search/description.md
trackler-2.0.6.39 common/exercises/word-search/description.md
trackler-2.0.6.38 common/exercises/word-search/description.md
trackler-2.0.6.37 common/exercises/word-search/description.md
trackler-2.0.6.36 common/exercises/word-search/description.md
trackler-2.0.6.35 common/exercises/word-search/description.md
trackler-2.0.6.34 common/exercises/word-search/description.md
trackler-2.0.6.33 common/exercises/word-search/description.md