blob: 52df0a72a3f7dcc65e3064c6255ad4adc0cc2ab2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Solution by Ruben Westerberg
These solutions use the words list/dictionary sourced from https://github.com/dwyl/english-words.
End of line was changed from dos to unix for the purpose of these programs
#Challenge 1: Write a program which prints out all anagrams for a given word.
Usage: give a single command line argument which is the word/sequence to find anagrams for
#Challenge 2: Write a program to find the sequence of characters that has the most anagrams
Run without commandline arguments.
|