Sha256: 84f129b06611d3f1f4d50576f91273cab5f55a71970d9ed2a33ffc107244ac39
Contents?: true
Size: 506 Bytes
Versions: 169
Compression:
Stored size: 506 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
169 entries across 169 versions & 1 rubygems