Sha256: a86ec4923636d3ea042b157933e104a40f88387a2f0ea140c695d6e8d9160c51
Contents?: true
Size: 1.16 KB
Versions: 98
Compression:
Stored size: 1.16 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/installing), 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). ## 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
98 entries across 98 versions & 1 rubygems