搜索资源列表
anagram
- program for anagrams it ll help in generate anagrams from a word
T1_4
- this program calculate the anagram of a number among 1000-9999.
eAssistant
- Anagram helper, NOT FINISHED
Problems
- Anagram algorithm, which means to solve the problem
angs
- Anagrams finder in Scheme, load anagrams list from disk, then searches corresponding anagram in list. Run using Dr. Scheme.
bianweici
- 如果两个单词的组成字母完全相同,只是字母的排列顺序不一样,则它们就是变位词,两个单词相同也被认为是变位词。如tea 与eat , nic 与cin, ddc与dcd, abc与abc 等。你的任务就是判断它们是否是变位词。 -If the composition of letters of two words is identical, just not the same as the order of the letters, if they is an anagram, the same
Anagram
- 判断连个但是是否是anagram的方法,复杂度为O(nlogn),anagram是指两个单词缩包含的字母相同-But even a judge whether anagram way, complexity is O (nlogn)
Anagrams
- Anagram Basic4android
1120 变位词
- acm 变位词 算法比较简单 是比较入门的acm题(ACM Anagram The algorithm is simple Entry is relatively acm title)