•  
      tasks #45377 Counter to find the size of largest subset of anagram words
    #45377
    Mohini Singh (mohini)
    2022-08-16 20:52
    2022-08-16 20:52
    Details
    Counter to find the size of largest subset of anagram words
    Split input string separated by space into words. As we know two strings are anagram to each other if they contain same character set. So to get all those strings together first we will sort each string in given list of strings. Now create a dictionary using Counter method having strings as keys and their frequencies as value. Check for maximum value of frequencies, that will be the largest sub-set of anagram strings.

    5 - Medium
    State of Progress
    2022-05-16
    100
    2022-05-18
    Mohini Singh (mohini)
    Rakesh Kumar Verma (rakesh.verma)
    2022-05-17
    Closed
    Attachments
    References
    References list is empty