Hi! I have created files for comparing words, comparing_words.py and also for anagram solving, words_anagram_solver.py.
The anagram solving function is incomplete, as I can't think of any efficient algorithm currently.
Sorry if the code quality or incomplete code is not seen as a good thing.
per the Project plan, these are for later phases - when we get to those phases, feel free to make pull requests on to the relevant branch. No merges to master will be approved at this time.
Hi! I have created files for comparing words, comparing_words.py and also for anagram solving, words_anagram_solver.py. The anagram solving function is incomplete, as I can't think of any efficient algorithm currently. Sorry if the code quality or incomplete code is not seen as a good thing.