•  
      tasks #45233 Join Tuples if similar initial element
    #45233
    Ritish Singh (ritish31)
    2022-08-16 10:03
    2022-08-16 10:03
    Details
    Join Tuples if similar initial element
    Brute Force Method (Using Loops)
    The problem can be solved simply by iterating over the list and checking if the first element of each tuple exists in another tuple. If so, we can use the extended method to add it to the previous one. Otherwise, we'll add a new tuple to the list and finish the loop. The tuple list will be printed.
    5 - Medium
    State of Progress
    2022-05-19
    100
    2022-05-21
    Ritish Singh (ritish31)
    Rakesh Kumar Verma (rakesh.verma)
    2022-05-20
    Closed
    Attachments
    References
    References list is empty