•  
      tasks #45391 Python Program for Linear Search
    #45391
    Mohini Singh (mohini)
    2022-08-16 22:10
    2022-08-16 22:10
    Details
    Python Program for Linear Search
    Start from the leftmost element of arr[] and one by one compare x with each element of arr[]
    If x matches with an element, return the index.
    If x doesn’t match with any of the elements, return -1.

    5 - Medium
    State of Progress
    2022-05-22
    100
    2022-05-24
    Mohini Singh (mohini)
    Rakesh Kumar Verma (rakesh.verma)
    2022-05-23
    Closed
    Attachments
    References
    References list is empty