Sha256: 34fa9cbc284a9205b58f4483e1b1c1b962b17697667e059274f653317ddb750c
Contents?: true
Size: 217 Bytes
Versions: 222
Compression:
Stored size: 217 Bytes
Contents
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"`.
Version data entries
222 entries across 222 versions & 1 rubygems