Sha256: 11c6cdfc49953cc8f525adc612210b365e58c78ea05ea1384a1379366e38a3c6

Contents?: true

Size: 509 Bytes

Versions: 165

Compression:

Stored size: 509 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"`.



## 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

165 entries across 165 versions & 1 rubygems

Version Path
trackler-2.2.1.18 tracks/kotlin/exercises/anagram/README.md
trackler-2.2.1.17 tracks/kotlin/exercises/anagram/README.md
trackler-2.2.1.16 tracks/kotlin/exercises/anagram/README.md
trackler-2.2.1.15 tracks/kotlin/exercises/anagram/README.md
trackler-2.2.1.14 tracks/kotlin/exercises/anagram/README.md