•  
      tasks #45387 Join tuples if similar initial element
    #45387
    Mohini Singh (mohini)
    2022-08-16 21:47
    2022-08-16 21:47
    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
    Mohini Singh (mohini)
    Rakesh Kumar Verma (rakesh.verma)
    2022-05-20
    Closed
    Attachments
    References
    References list is empty