Skip to content

Linear Search #3

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

Merged
merged 5 commits into from
Sep 24, 2020
Merged

Linear Search #3

merged 5 commits into from
Sep 24, 2020

Conversation

falguni-k
Copy link
Contributor

I have added the linear search function.

@@ -0,0 +1,40 @@
//HEADER FILES
#include<iostream>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This include needs to removed as iostream is already included in bits/stdc++.h

@falguni-k
Copy link
Contributor Author

Hello, I have made the changes as you have suggested. You may merge now.

@amritansh22
Copy link
Owner

@falguni-k Everything looks great. Thanks a lot.

@amritansh22 amritansh22 reopened this Sep 24, 2020
@amritansh22 amritansh22 merged commit 7e75573 into amritansh22:master Sep 24, 2020
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.

Add a file code file written in C++ of linear search Add c++ code file of binary search
2 participants