Sha256: 5ed12945586a8e1690a42d41e87ff61f4c847954b8061ef0d18f34dbd18b49f6

Contents?: true

Size: 553 Bytes

Versions: 1

Compression:

Stored size: 553 Bytes

Contents

# Anagram

Given a word and a list of possible anagrams, select the correct sublist.

Given `"listen"` and a list of candidates like `"enlists" "google"
"inlets" "banana"` the program should return a list containing
`"inlets"`.

Run the tests with:

    bats anagram_test.sh

## Source

Inspired by the Extreme Startup game [https://github.com/rchatley/extreme_startup](https://github.com/rchatley/extreme_startup)

## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trackler-2.2.1.86 tracks/bash/exercises/anagram/README.md