•  
      tasks #45154 Remove all duplicates from a given string
    #45154
    Ritish Singh (ritish31)
    2022-08-16 08:28
    2022-08-16 08:28
    Details
    Remove all duplicates from a given string
    We will use the OrderedDict() method from the collections class and fromkeys() in our program.

    OrderedDict is a dictionary subclass that remembers the order of the keys that were inserted first. Since there can't be duplicate keys this method will return the string after removing the duplicate characters.
    5 - Medium
    State of Progress
    2022-05-13
    100
    2022-05-15
    Ritish Singh (ritish31)
    Rakesh Kumar Verma (rakesh.verma)
    2022-05-14
    Closed
    Attachments
    References
    References list is empty