Rearrange Letters from Array and check if arrangement is in array
问题 I'm Making a an ios application where you input 9 lettes and it will output anagrams of those 9 letters. It is like the target word, or 9 letter word in the paper. Like this link: http://nineletterword.tompaton.com/ It doesn't just provide anagrams for 9 letters, it will do it for 4 letters, 5 letters, 6 letters... all of which contain at least the middle letter. I want to make it an offline application, so I don't want to reference any websites or use an online json... How would I go about