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

Linear Search CPP #90

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

Linear Search CPP #90

wants to merge 1 commit into from

Conversation

hexxcoder
Copy link

I've written the code for Linear Search in C++. In that code, first of all, I have taken an input of the number of elements from the user. Then I've created an array with the size being the entered by the user. Then using nested loops, I've sorted the array in ascending order and printed the output.

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