Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shonharsh/rust-exercism-isogram
- Owner: ShonHarsh
- License: mit
- Created: 2024-06-18T15:26:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-19T01:41:58.000Z (6 months ago)
- Last Synced: 2024-10-12T20:46:19.199Z (2 months ago)
- Topics: academic, artificial-intelligence, atom, automation, bot, config, education, exercism, git, guide, isogram, learning, markdown, process, rust, studio, testing, training-materials, trending, windows
- Language: Rust
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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-oldThe 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