•  
      tasks #45214 Counter to find the size of largest subset of anagram words
    #45214
    Ritish Singh (ritish31)
    2022-08-16 09:23
    2022-08-16 09:23
    Details
    Counter to find the size of largest subset of anagram words
    Step 1- Split input string separated by space into words.
    Step 2- 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.
    Step 3- Now create a dictionary using Counter method having strings as keys and their frequencies as value.
    Step 4- 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
    Ritish Singh (ritish31)
    Rakesh Kumar Verma (rakesh.verma)
    2022-05-17
    Closed
    Attachments
    References
    References list is empty