Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create linear search file #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 3, 2021

  1. Create linear search file

    The input array is
    21 43 23 54 75 13 5 8 25 10
    Enter the key to be searched : 3
    Could not find given key in the array
    
    The input array is
    21 43 23 54 75 13 5 8 25 10
    Enter the key to be searched: 75
    Key found at position 5 in the array
    lucas-c9 committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    3e8e7b8 View commit details
    Browse the repository at this point in the history