find-partial-anagrams
Version:
Takes a set of letters and returns all the words in a given word list that can be made using all or a subset of those letters.
7 lines (6 loc) • 128 B
TypeScript
Takes a set of letters and returns all the words in a given word list that can be made using all or a subset of those letters.