•  
      tasks #45158 Replace duplicate Occurrence in String
    #45158
    Ritish Singh (ritish31)
    2022-08-16 08:42
    2022-08-16 08:42
    Details
    Replace duplicate Occurrence in String
    Separate the words and then will memorize the first occurrence in the set and check if the value has already occurred before or not. Words that are repeated will be replaced. The split () method is used to split a string into an array of substrings, and the enumerate() method adds a counter to an iterable and returns it in a form of an enumerate object. To iterate through the string, we will be using a loop.
    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