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