Skip to content

Conversation

rishitc
Copy link
Contributor

@rishitc rishitc commented Jul 30, 2020

I have added another version of the program: is_anagram.py which uses Python3 collections to make the program more concise.
Essentially, I have removed the need for the anagramise function by replacing it with the Counter object which is a part of Python3 collections.

More information about the Counter object is available here

If this program helps to add quality to the repository, please do consider accepting my pull request. As always feedback is always appreciated.

Thanks,
Rishit

…n3 collections to make the program more concise.
@ks349
Copy link

ks349 commented Aug 1, 2020 via email

@devAmoghS devAmoghS merged commit 7eeeedb into devAmoghS:master Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants