Sha256: 0a1a2e5536f2086c96b2e9a062e8ec4330eec436256351439380c7e9ac20d10a

Contents?: true

Size: 1.08 KB

Versions: 56

Compression:

Stored size: 1.08 KB

Contents

# Word Search

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.

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the solution is in the `exercism/python/<exerciseName>` directory.

For example, if you're submitting `bob.py` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/python/bob/bob.py`.


For more detailed information about running tests, code style and linting,
please see the [help page](http://exercism.io/languages/python).


## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
trackler-2.2.1.53 tracks/python/exercises/word-search/README.md
trackler-2.2.1.52 tracks/python/exercises/word-search/README.md
trackler-2.2.1.51 tracks/python/exercises/word-search/README.md
trackler-2.2.1.50 tracks/python/exercises/word-search/README.md
trackler-2.2.1.49 tracks/python/exercises/word-search/README.md
trackler-2.2.1.48 tracks/python/exercises/word-search/README.md
trackler-2.2.1.47 tracks/python/exercises/word-search/README.md
trackler-2.2.1.46 tracks/python/exercises/word-search/README.md
trackler-2.2.1.45 tracks/python/exercises/word-search/README.md
trackler-2.2.1.44 tracks/python/exercises/word-search/README.md
trackler-2.2.1.43 tracks/python/exercises/word-search/README.md
trackler-2.2.1.42 tracks/python/exercises/word-search/README.md
trackler-2.2.1.41 tracks/python/exercises/word-search/README.md
trackler-2.2.1.40 tracks/python/exercises/word-search/README.md
trackler-2.2.1.39 tracks/python/exercises/word-search/README.md
trackler-2.2.1.38 tracks/python/exercises/word-search/README.md
trackler-2.2.1.37 tracks/python/exercises/word-search/README.md
trackler-2.2.1.36 tracks/python/exercises/word-search/README.md
trackler-2.2.1.35 tracks/python/exercises/word-search/README.md
trackler-2.2.1.34 tracks/python/exercises/word-search/README.md