Python Anagram Algorithm
In a pair of strings, if rearranging the characters of the first string can return the second string. Then the pair of strings are Anagrams. In python 3, we approach the problem using the dictionaries data structure. I can store the count of each alphabet of the first string after eliminating spaces. Then use another dictionary to match the count of the second string. Then I can return the result as True. There is an edge case here, where we can check the length of both the strings. If they are unequal when the end the code there itself by returning False because that is the minimum requirement for any strings to be anagrams.
Смотрите видео Anagram Checker Python 3 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Stack Equation 27 Июль 2019, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 1,702 раз и оно понравилось 8 людям.