•  
      tasks #45225 Maximum and Minimum K elements in Tuple
    #45225
    Ritish Singh (ritish31)
    2022-08-16 09:52
    2022-08-16 09:52
    Details
    Maximum and Minimum K elements in Tuple
    slicing and sorted()
    In this approach, we will use the concept of list slicing and the sorted() method 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
    Ritish Singh (ritish31)
    Rakesh Kumar Verma (rakesh.verma)
    2022-05-19
    Closed
    Attachments
    References
    References list is empty