exercism/kotlin/isogram
2017-06-05 09:09:23 -04:00
..
.gradle Kotlin - Hamming Complete 2017-06-05 09:09:23 -04:00
.idea Kotlin - Hamming Complete 2017-06-05 09:09:23 -04:00
build Kotlin - Hamming Complete 2017-06-05 09:09:23 -04:00
src Kotlin - Hamming Complete 2017-06-05 09:09:23 -04:00
build.gradle Kotlin - Anagram WIP 2017-06-04 22:14:08 -04:00
isogram.iml Kotlin - Anagram WIP 2017-06-04 22:14:08 -04:00
README.md Kotlin - Anagram WIP 2017-06-04 22:14:08 -04:00

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.

Source

Wikipedia 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.