Skip to content

Write a program that, given a word and a list of possible anagrams, selects the correct sublist.

Notifications You must be signed in to change notification settings

simplonco/js-anagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Given "listen" and a list of candidates like "enlists" "google" "inlets" "banana" the program should return a list containing "inlets".

About

Write a program that, given a word and a list of possible anagrams, selects the correct sublist.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published