Sha256: 0630c9219cb0900974e89c21f5a1d3d4016c218a34faf8a9a89b96cf91fa7945
Contents?: true
Size: 641 Bytes
Versions: 106
Compression:
Stored size: 641 Bytes
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. ## Setup Go through the project setup instructions for Xcode using Swift: http://exercism.io/languages/swift ## 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
106 entries across 106 versions & 1 rubygems