-
-
Notifications
You must be signed in to change notification settings - Fork 302
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 algorithm in R #105
Conversation
Added linear search program in R language
Please review my changes under label hacktoberfest-accepted and hacktoberfest |
Please review my work and add the label hacktoberfest-accepted and hacktoberfest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The filename must start with a lowercase letter. Please also put the algorithm in a searches
folder
Rename Linear_search.r to linear_search.r
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also put the algorithm in the searches
folder
This PR has been inactive for a wile, feel free to reopen it when you make the required changes |
I have added a linear search algorithm in R language