Sha256: e55adc8d37bf7a7256ed80fd8bf57cc183276b771422dc0b235fd99d06cca14e

Contents?: true

Size: 1.17 KB

Versions: 12

Compression:

Stored size: 1.17 KB

Contents

# Isogram

Determine if a word or phrase is an isogram.

An isogram (also known as a "nonpattern word") is a word or phrase without a repeating letter.

Examples of isograms:

- lumberjacks
- background
- downstream

The word *isograms*, however, is not an isogram, because the s repeats.

## Testing Exercises

If you followed the [installation instructions](http://exercism.io/languages/factor/installation), just run the provided test suite against your implementation with `"exercise-name" test`.

## Submitting Exercises

Note that, when trying to submit an exercise, make sure the solution is in the `exercism/factor/exercise-name` directory.

For example, if you're submitting `bob.factor` for the Bob exercise, the submit command would be something like `exercism submit exercism/factor/bob/bob.factor`.

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

Wikipedia [https://en.wikipedia.org/wiki/Isogram](https://en.wikipedia.org/wiki/Isogram)

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
trackler-2.2.1.104 tracks/factor/exercises/isogram/README.md
trackler-2.2.1.103 tracks/factor/exercises/isogram/README.md
trackler-2.2.1.102 tracks/factor/exercises/isogram/README.md
trackler-2.2.1.101 tracks/factor/exercises/isogram/README.md
trackler-2.2.1.100 tracks/factor/exercises/isogram/README.md
trackler-2.2.1.99 tracks/factor/exercises/isogram/README.md
trackler-2.2.1.98 tracks/factor/exercises/isogram/README.md
trackler-2.2.1.97 tracks/factor/exercises/isogram/README.md
trackler-2.2.1.96 tracks/factor/exercises/isogram/README.md
trackler-2.2.1.95 tracks/factor/exercises/isogram/README.md
trackler-2.2.1.94 tracks/factor/exercises/isogram/README.md
trackler-2.2.1.93 tracks/factor/exercises/isogram/README.md