Tagged Questions
2
votes
8answers
3k views
Algorithm to get a list of all words that are anagrams of all substrings (scrabble)?
Eg if input string is helloworld I want the output to be like:
do
he
we
low
hell
hold
roll
well
word
hello
lower
world
...
all the way up to the longest word that is an anagram of a substring of ...
0
votes
6answers
1k views
Scrabble Anagram Generator
I am trying to write a scrabble anagram generator.
So far my code sort of works, but it's horribly slow, and has bugs. One being it will use letters more than once. For example: Letters inputted: ...