CS-410 Spring 2023: Individual Programming Application Development
Iyengar Due – Wednesday 1/18.
Two words are anagrams if they contain the same set of letters (with the same frequencies). Given a text input file, write an application to identify, count, and list all the anagrams in the file. Eliminate duplicates for brevity.