Sha256: 6eb20d08579c0d6df2df8c44238aa8a4879c477c09592ee73377b557557203cc

Contents?: true

Size: 495 Bytes

Versions: 77

Compression:

Stored size: 495 Bytes

Contents

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.

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

Version data entries

77 entries across 77 versions & 1 rubygems

Version Path
trackler-2.2.1.39 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.38 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.37 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.36 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.35 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.34 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.33 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.32 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.31 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.30 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.29 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.28 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.27 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.26 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.25 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.24 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.23 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.22 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.21 problem-specifications/exercises/word-search/description.md
trackler-2.2.1.20 problem-specifications/exercises/word-search/description.md