•  
      tasks #45383 Maximum and minimum K elements in tuple
    #45383
    Mohini Singh (mohini)
    2022-08-16 21:30
    2022-08-16 21:30
    Details
    Maximum and minimum K elements in tuple
    In this approach, we will use the concept of list slicing and the sorted() function to find elements from the tuple. We will use slicing instead of a loop to get the max and min elements in this. Slicing a list simply means creating another list which will be the subset of the original list, where the starting and the ending position is specified.
    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