Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shonharsh/rust-exercism-isogram

Exercism - A project about the Rust basics.
https://github.com/shonharsh/rust-exercism-isogram

academic artificial-intelligence atom automation bot config education exercism git guide isogram learning markdown process rust studio testing training-materials trending windows

Last synced: about 1 month ago
JSON representation

Exercism - A project about the Rust basics.

Awesome Lists containing this project

README

        

![Banner](Data/Images/Rust-Exercism-Isogram-Banner.png)

### Rust-Exercism-Isogram

This repository my work for the [Exercism](https://exercism.org/) Rust track.

### Download Command
`exercism download --track=rust --exercise=isogram`

### Submission Command
`cd "Exercism\rust\isogram"`

`exercism submit`

![Banner](Data/Images/Rust-Exercism-Isogram-Title.png)

# Isogram

Welcome to Isogram on Exercism's Rust Track.
If you need help running the tests or submitting your code, check out `HELP.md`.

## Instructions

Determine if a word or phrase is an isogram.

An isogram (also known as a "non-pattern word") is a word or phrase without a repeating letter, however spaces and hyphens are allowed to appear multiple times.

Examples of isograms:

- lumberjacks
- background
- downstream
- six-year-old

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

## Source

### Created by

- @hekrause

### Contributed to by

- @AvasDream
- @coriolinus
- @cwhakes
- @efx
- @ErikSchierboom
- @petertseng
- @rofrol
- @stringparser
- @xakon
- @ZapAnton

### Based on

Wikipedia - https://en.wikipedia.org/wiki/Isogram