-
Notifications
You must be signed in to change notification settings - Fork 0
kasznar/anagrams
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
## Rules * Use Javascript or Typescript when solving the problem. * Use the provided GitHub repository to submit your solution. * Create a Pull Request when your solution is ready and send a link to it via E-mail. * You have 3 days to submit your solution. ## Problem The task is to write a CLI program which finds all anagrams of the user's input word in a dictionary. 1. The dictionary is a plain text file (wordlist.txt) which contains one word per line. 2. The program should handle anagram-requests as fast as possible preferably in constant time. 3. The program should ask for the next user input after printing the previous result. 4. Write a "production ready" code which you'd proudly push to master, preferably with tests.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published