Skip to content

Create linear search file#63

Open
lucas-c9 wants to merge 1 commit into
chandan73933:masterfrom
lucas-c9:patch-1
Open

Create linear search file#63
lucas-c9 wants to merge 1 commit into
chandan73933:masterfrom
lucas-c9:patch-1

Conversation

@lucas-c9

@lucas-c9 lucas-c9 commented Mar 3, 2021

Copy link
Copy Markdown

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant