•  
      tasks #45242 Linear Search
    #45242
    Ritish Singh (ritish31)
    2022-08-16 10:32
    2022-08-16 10:32
    Details
    Linear Search
    Step 1- Start from the leftmost element of arr[] and one by one compare x with each element of arr[].
    Step 2- If x matches with an element, return the index.
    Step 3- If x doesn’t match with any of the elements, return -1.
    5 - Medium
    State of Progress
    2022-05-22
    100
    2022-05-24
    Ritish Singh (ritish31)
    Rakesh Kumar Verma (rakesh.verma)
    2022-05-22
    Closed
    Attachments
    References
    References list is empty