Ok, i see anagram solvers all over the internet, but what i dont understand is where they get a list of words from. Does C# have a library that has a list of words in it that you can select from for this situation?
david.crawford 0 Newbie Poster
Recommended Answers
Jump to PostAn easy way would be to sort the word alphabetically in the text box, then loop through each line on the text file and sort it (after removing the newline character of course). If you have a match, add the word to the second textbox.
To do that, you …
All 3 Replies
Lardmeister 461 Posting Virtuoso
david.crawford 0 Newbie Poster
scru 909 Posting Virtuoso Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.