•  
      tasks #45205 Print anagrams together in Python
    #45205
    Ritish Singh (ritish31)
    2022-08-16 09:18
    2022-08-16 09:18
    Details
    Print anagrams together in Python
    Step 1-Traverse list of strings.
    Step 2- Sort each string in ascending order and consider this sorted value as Key and original value as Value of corresponding key. Check if key is not present in dictionary that means it is occurring first time, so map a empty list to Key and append value in it, if key is already present then simple append the value.
    Step 3- Now each key will contain list of strings which are anagram together.
    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